aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2021-02-22 17:03:34 +0000
committerkjeremy <[email protected]>2021-02-22 17:03:34 +0000
commite103ca7d8d2a2f673e0c0bccb94d7a042525191a (patch)
treec6bf36b331ef6be84c51bc5cbec23a4c056cdb55 /Cargo.lock
parent77d861a93af1c5e94443981bcd23116d67d7fc62 (diff)
update tracing-tree
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock23
1 files changed, 2 insertions, 21 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c3f649325..f047b4508 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -235,7 +235,6 @@ dependencies = [
235 "libc", 235 "libc",
236 "num-integer", 236 "num-integer",
237 "num-traits", 237 "num-traits",
238 "time",
239 "winapi", 238 "winapi",
240] 239]
241 240
@@ -1694,17 +1693,6 @@ dependencies = [
1694] 1693]
1695 1694
1696[[package]] 1695[[package]]
1697name = "time"
1698version = "0.1.44"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1701dependencies = [
1702 "libc",
1703 "wasi",
1704 "winapi",
1705]
1706
1707[[package]]
1708name = "tinyvec" 1696name = "tinyvec"
1709version = "1.1.1" 1697version = "1.1.1"
1710source = "registry+https://github.com/rust-lang/crates.io-index" 1698source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1803,13 +1791,12 @@ dependencies = [
1803 1791
1804[[package]] 1792[[package]]
1805name = "tracing-tree" 1793name = "tracing-tree"
1806version = "0.1.7" 1794version = "0.1.8"
1807source = "registry+https://github.com/rust-lang/crates.io-index" 1795source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "023e80cdb7c8468b7aade1d756afa2acbe2ae0a6142a25ec664b5239d6ef2794" 1796checksum = "1a60657cfbf397c603257a8230b3f427e6a2a4e5911a59331b9bb4dffff5b608"
1809dependencies = [ 1797dependencies = [
1810 "ansi_term", 1798 "ansi_term",
1811 "atty", 1799 "atty",
1812 "chrono",
1813 "termcolor", 1800 "termcolor",
1814 "tracing", 1801 "tracing",
1815 "tracing-log", 1802 "tracing-log",
@@ -1929,12 +1916,6 @@ dependencies = [
1929] 1916]
1930 1917
1931[[package]] 1918[[package]]
1932name = "wasi"
1933version = "0.10.0+wasi-snapshot-preview1"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1936
1937[[package]]
1938name = "winapi" 1919name = "winapi"
1939version = "0.3.9" 1920version = "0.3.9"
1940source = "registry+https://github.com/rust-lang/crates.io-index" 1921source = "registry+https://github.com/rust-lang/crates.io-index"