summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 02bc4181..2398ac2d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1794,20 +1794,19 @@ dependencies = [
[[package]]
name = "nettle"
version = "7.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c511dff9452c522101505be4b5bbe07afd4f4565c65ca7d8118d4b804bd6a199"
+source = "git+https://gitlab.com/sequoia-pgp/nettle-rs?branch=justus/ocb#f2d6d7f088c97a84dcfbdc8a4d10aad1efb0bee3"
dependencies = [
"getrandom 0.2.6",
"libc",
"nettle-sys",
"thiserror",
+ "typenum",
]
[[package]]
name = "nettle-sys"
version = "2.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b13b685c7883e3a32196ccf3ce594947ec37ace43d74e157de7ca03d3fe62d17"
+source = "git+https://gitlab.com/sequoia-pgp/nettle-sys?branch=justus/ocb#61e99ad29d46fe40685d99bc7c86f45f958a92ec"
dependencies = [
"bindgen",
"cc",