diff options
-rw-r--r-- | Cargo.lock | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9e2901837..d3ca9684b 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -380,9 +380,9 @@ dependencies = [ | |||
380 | 380 | ||
381 | [[package]] | 381 | [[package]] |
382 | name = "fst" | 382 | name = "fst" |
383 | version = "0.4.0" | 383 | version = "0.4.1" |
384 | source = "registry+https://github.com/rust-lang/crates.io-index" | 384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
385 | checksum = "3f7c13470d799474d44e2b9c6a0925807def7af4d120cd4de761433be76f7579" | 385 | checksum = "4eaf9ea41cc964d742f7fc7861db75d2d6e83a3ce0d897d5c6f8b621f015ddc8" |
386 | 386 | ||
387 | [[package]] | 387 | [[package]] |
388 | name = "fuchsia-zircon" | 388 | name = "fuchsia-zircon" |
@@ -792,9 +792,9 @@ dependencies = [ | |||
792 | 792 | ||
793 | [[package]] | 793 | [[package]] |
794 | name = "paste" | 794 | name = "paste" |
795 | version = "0.1.9" | 795 | version = "0.1.10" |
796 | source = "registry+https://github.com/rust-lang/crates.io-index" | 796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
797 | checksum = "092d791bf7847f70bbd49085489fba25fc2c193571752bff9e36e74e72403932" | 797 | checksum = "ab4fb1930692d1b6a9cfabdde3d06ea0a7d186518e2f4d67660d8970e2fa647a" |
798 | dependencies = [ | 798 | dependencies = [ |
799 | "paste-impl", | 799 | "paste-impl", |
800 | "proc-macro-hack", | 800 | "proc-macro-hack", |
@@ -802,9 +802,9 @@ dependencies = [ | |||
802 | 802 | ||
803 | [[package]] | 803 | [[package]] |
804 | name = "paste-impl" | 804 | name = "paste-impl" |
805 | version = "0.1.9" | 805 | version = "0.1.10" |
806 | source = "registry+https://github.com/rust-lang/crates.io-index" | 806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
807 | checksum = "406c23fb4c45cc6f68a9bbabb8ec7bd6f8cfcbd17e9e8f72c2460282f8325729" | 807 | checksum = "a62486e111e571b1e93b710b61e8f493c0013be39629b714cb166bdb06aa5a8a" |
808 | dependencies = [ | 808 | dependencies = [ |
809 | "proc-macro-hack", | 809 | "proc-macro-hack", |
810 | "proc-macro2", | 810 | "proc-macro2", |
@@ -1423,18 +1423,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |||
1423 | 1423 | ||
1424 | [[package]] | 1424 | [[package]] |
1425 | name = "serde" | 1425 | name = "serde" |
1426 | version = "1.0.105" | 1426 | version = "1.0.106" |
1427 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1428 | checksum = "e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff" | 1428 | checksum = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399" |
1429 | dependencies = [ | 1429 | dependencies = [ |
1430 | "serde_derive", | 1430 | "serde_derive", |
1431 | ] | 1431 | ] |
1432 | 1432 | ||
1433 | [[package]] | 1433 | [[package]] |
1434 | name = "serde_derive" | 1434 | name = "serde_derive" |
1435 | version = "1.0.105" | 1435 | version = "1.0.106" |
1436 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1437 | checksum = "ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8" | 1437 | checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c" |
1438 | dependencies = [ | 1438 | dependencies = [ |
1439 | "proc-macro2", | 1439 | "proc-macro2", |
1440 | "quote", | 1440 | "quote", |