diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 15 |
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]] |
996 | name = "quanta" | ||
997 | version = "0.3.1" | ||
998 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
999 | checksum = "f4f7a1905379198075914bc93d32a5465c40474f90a078bb13439cb00c547bcc" | ||
1000 | dependencies = [ | ||
1001 | "libc", | ||
1002 | "winapi 0.3.9", | ||
1003 | ] | ||
1004 | |||
1005 | [[package]] | ||
1006 | name = "quote" | 996 | name = "quote" |
1007 | version = "1.0.7" | 997 | version = "1.0.7" |
1008 | source = "registry+https://github.com/rust-lang/crates.io-index" | 998 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1918,14 +1908,13 @@ dependencies = [ | |||
1918 | 1908 | ||
1919 | [[package]] | 1909 | [[package]] |
1920 | name = "tracing-tree" | 1910 | name = "tracing-tree" |
1921 | version = "0.1.3" | 1911 | version = "0.1.4" |
1922 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1923 | checksum = "e0a389731c9e6c56fef11e438e5b6afae861d5bc301c8b4bdca8d19f0e830d82" | 1913 | checksum = "37ee7f0f53ed2093971a698db799ef56a2dfd89b32e3aeb5165f0e637a02be04" |
1924 | dependencies = [ | 1914 | dependencies = [ |
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", |