summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-08-16 15:38:37 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-08-16 15:38:37 +0300
commit0b00f5dfbcd57a6034db117641dc557a3e1a88f4 (patch)
tree411844911df43d1e10ae789c78885ba24fa862a8 /Cargo.lock
parentd1a9f4e28a72ba624f762487f2996e0bd9669be1 (diff)
Update toml to 0.5.6, add preserve_order
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 20 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8fae87cf..d9ae7b31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -633,6 +633,15 @@ dependencies = [
]
[[package]]
+name = "hashbrown"
+version = "0.8.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
+dependencies = [
+ "autocfg",
+]
+
+[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -662,6 +671,16 @@ dependencies = [
]
[[package]]
+name = "indexmap"
+version = "1.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "86b45e59b16c76b11bf9738fd5d38879d3bd28ad292d7b313608becb17ae2df9"
+dependencies = [
+ "autocfg",
+ "hashbrown",
+]
+
+[[package]]
name = "inotify"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1808,6 +1827,7 @@ version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
dependencies = [
+ "indexmap",
"serde",
]