mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
build(deps): bump picky from 7.0.0-rc.16 to 7.0.0-rc.17 (#941)
This commit is contained in:
parent
c8c70975dd
commit
fe31cf2c57
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue