aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-07-13 23:11:24 +0100
committerkjeremy <[email protected]>2020-07-13 23:11:24 +0100
commit06dea07dded73d6a91e917add1c8651b5489f091 (patch)
treeaa15200416596d2b7dea87b2cc86644442a436b3 /Cargo.lock
parent853440775d72974585ca3fe39f9688a4d4302dd3 (diff)
Bump tracing-tree to remove quanta
Hopefully fixes power 32-bit build. See: https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/Running.20check.20builds.20on.2032.20bit.20power
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock15
1 files changed, 2 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c19b3cde..c16cf4bc8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -993,16 +993,6 @@ dependencies = [
993] 993]
994 994
995[[package]] 995[[package]]
996name = "quanta"
997version = "0.3.1"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "f4f7a1905379198075914bc93d32a5465c40474f90a078bb13439cb00c547bcc"
1000dependencies = [
1001 "libc",
1002 "winapi 0.3.9",
1003]
1004
1005[[package]]
1006name = "quote" 996name = "quote"
1007version = "1.0.7" 997version = "1.0.7"
1008source = "registry+https://github.com/rust-lang/crates.io-index" 998source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1918,14 +1908,13 @@ dependencies = [
1918 1908
1919[[package]] 1909[[package]]
1920name = "tracing-tree" 1910name = "tracing-tree"
1921version = "0.1.3" 1911version = "0.1.4"
1922source = "registry+https://github.com/rust-lang/crates.io-index" 1912source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "e0a389731c9e6c56fef11e438e5b6afae861d5bc301c8b4bdca8d19f0e830d82" 1913checksum = "37ee7f0f53ed2093971a698db799ef56a2dfd89b32e3aeb5165f0e637a02be04"
1924dependencies = [ 1914dependencies = [
1925 "ansi_term 0.12.1", 1915 "ansi_term 0.12.1",
1926 "atty", 1916 "atty",
1927 "chrono", 1917 "chrono",
1928 "quanta",
1929 "termcolor", 1918 "termcolor",
1930 "tracing", 1919 "tracing",
1931 "tracing-subscriber", 1920 "tracing-subscriber",