Skip to content

Commit

Permalink
chore(release): bump ironrdp-connector (#599)
Browse files Browse the repository at this point in the history
We need to release a patch which includes a newer version of
picky-asn1-x509.
  • Loading branch information
CBenoit authored Dec 6, 2024
1 parent 4b1dbaa commit d1d13c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/ironrdp-connector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit d1d13c8

Please sign in to comment.