summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-04 15:02:04 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-04 15:02:04 +0200
commit82d9d7629bf897719bc1d9e28f750c4cdecb0b5a (patch)
tree8b00c7bcf39ad8ed154b8d45e454bf7c9c4556a8 /Cargo.lock
parente8d87630e4cd6960244fcd4dc15447648b596a33 (diff)
downloadrebel-82d9d7629bf897719bc1d9e28f750c4cdecb0b5a.tar
rebel-82d9d7629bf897719bc1d9e28f750c4cdecb0b5a.zip
recipe: used scoped TLS to base recipe name to deserializer
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 84877ce..385d88a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -811,6 +811,7 @@ dependencies = [
"oci-spec",
"olpc-cjson",
"rm_rf",
+ "scoped-tls-hkt",
"serde",
"serde_json",
"serde_yaml",
@@ -864,6 +865,12 @@ dependencies = [
]
[[package]]
+name = "scoped-tls-hkt"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c2e9d7eaddb227e8fbaaa71136ae0e1e913ca159b86c7da82f3e8f0044ad3a63"
+
+[[package]]
name = "serde"
version = "1.0.130"
source = "registry+https://github.com/rust-lang/crates.io-index"