Remove modifications in Lock.

This commit is contained in:
Nicolas Patry 2025-01-22 13:37:17 +01:00
parent b21d3c1e73
commit 6d335ca7ce
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

4
Cargo.lock generated
View File

@ -3881,7 +3881,7 @@ dependencies = [
"openssl-probe", "openssl-probe",
"rustls-pki-types", "rustls-pki-types",
"schannel", "schannel",
"security-framework 3.0.2", "security-framework 3.0.1",
] ]
[[package]] [[package]]
@ -3978,7 +3978,7 @@ dependencies = [
[[package]] [[package]]
name = "security-framework" name = "security-framework"
version = "3.0.2" version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8" checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
dependencies = [ dependencies = [