chore(release): bump ironrdp-connector (#599)

We need to release a patch which includes a newer version of
picky-asn1-x509.
This commit is contained in:
Benoît Cortier 2024-12-06 08:31:40 -05:00 committed by GitHub
parent 4b1dbaa910
commit d1d13c8297
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -2471,7 +2471,7 @@ dependencies = [
[[package]]
name = "ironrdp-connector"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"arbitrary",
"ironrdp-core",

View file

@ -1,6 +1,6 @@
[package]
name = "ironrdp-connector"
version = "0.2.0"
version = "0.2.1"
readme = "README.md"
description = "State machines to drive an RDP connection sequence"
edition.workspace = true
@ -30,8 +30,8 @@ rand_core = { version = "0.6", features = [
sspi.workspace = true
tracing.workspace = true
url = "2.5"
picky-asn1-der = "0.5.1"
picky-asn1-x509 = "0.14.1"
picky-asn1-der = "0.5"
picky-asn1-x509 = "0.14"
picky = "7.0.0-rc.11"
[lints]