mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07: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:
Generated
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user