mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
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:
parent
4b1dbaa910
commit
d1d13c8297
2 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2471,7 +2471,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ironrdp-connector"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"ironrdp-core",
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue