build(deps): bump picky from 7.0.0-rc.16 to 7.0.0-rc.17 (#941)

This commit is contained in:
dependabot[bot] 2025-08-26 14:24:34 -04:00 committed by GitHub
parent c8c70975dd
commit fe31cf2c57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3837,9 +3837,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
[[package]]
name = "picky"
version = "7.0.0-rc.16"
version = "7.0.0-rc.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ed0f61c4ac11274678ad0da95386c6216d6ff898ef98e54aac23d4a853c324c"
checksum = "33807ce79d4b14a8918e968a8606e5142ddc6aec933acef79de0bd769cae5fb1"
dependencies = [
"aes",
"aes-gcm",

View file

@ -33,7 +33,7 @@ rand = { version = "0.9", features = ["std"] } # TODO: dependency injection?
tracing = { version = "0.1", features = ["log"] }
picky-asn1-der = "0.5"
picky-asn1-x509 = "0.14"
picky = "7.0.0-rc.15"
picky = "7.0.0-rc.17"
[lints]
workspace = true