summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-06-21 21:18:21 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-06-21 21:20:17 +0200
commit02551a89625cb9d70e66802ebed86766262cb59f (patch)
treebc15bf3fc8f3daff5846ce59d240e13b3d1def30 /Cargo.lock
parentf855b9013e6d4c7cf1cf6eb6c03884593decce3b (diff)
downloadrebel-02551a89625cb9d70e66802ebed86766262cb59f.tar
rebel-02551a89625cb9d70e66802ebed86766262cb59f.zip
executor: calculate input hash
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock36
1 files changed, 36 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9c353d9..7867c03 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -322,6 +322,17 @@ dependencies = [
]
[[package]]
+name = "olpc-cjson"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9409e2493366c8f19387c98c5189ab9c937541b5bf48f11390d038a59fdfd9c1"
+dependencies = [
+ "serde",
+ "serde_json",
+ "unicode-normalization",
+]
+
+[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -441,6 +452,7 @@ dependencies = [
"libc",
"nix",
"oci-spec",
+ "olpc-cjson",
"serde",
"serde_json",
"serde_yaml",
@@ -589,12 +601,36 @@ dependencies = [
]
[[package]]
+name = "tinyvec"
+version = "1.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
+dependencies = [
+ "tinyvec_macros",
+]
+
+[[package]]
+name = "tinyvec_macros"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
+
+[[package]]
name = "typenum"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
[[package]]
+name = "unicode-normalization"
+version = "0.1.19"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
+dependencies = [
+ "tinyvec",
+]
+
+[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"