summaryrefslogtreecommitdiff
path: root/src/rust
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2023-04-14 21:46:37 +0800
committerGitHub <noreply@github.com>2023-04-14 09:46:37 -0400
commitf2dbe6fb2afc23090ec443dfa9af2ff8d42a0a2f (patch)
tree1c6f68c895c0969cafcdd9a9d1a272a666015171 /src/rust
parentc22b1d6fbe4c04ee1851208b782c0784cae3b648 (diff)
downloadcryptography-f2dbe6fb2afc23090ec443dfa9af2ff8d42a0a2f.tar.gz
update cargo.toml's openssl-sys (#8732)
the .lock is correct since it got updated by dependabot when it bumped to 0.9.85 for openssl, but the PR bumping this closed. The lock supersedes this, but this should be right!
Diffstat (limited to 'src/rust')
-rw-r--r--src/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index 1e1889602..3175cd12b 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -14,7 +14,7 @@ asn1 = { version = "0.14.0", default-features = false }
pem = "1.1"
ouroboros = "0.15"
openssl = "0.10.50"
-openssl-sys = "0.9.84"
+openssl-sys = "0.9.85"
foreign-types-shared = "0.1"
[build-dependencies]