Skip to content

Commit

Permalink
Update rustls dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Apr 23, 2024
1 parent c5f5fe4 commit 0762c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ tokio = { version = "1.35.1", default-features = false, features = [
] }
tokio-serial = { version = "5.4.4", default-features = false }
rustls-pemfile = "2.1.1"
tokio-rustls = "0.25.0"
tokio-rustls = "0.26.0"
pkcs8 = { version = "0.10.2", features = ["encryption", "pem", "std"] }
pem = "3.0.3"
webpki = "0.22.4"
pki-types = { package = "rustls-pki-types", version = "1" }
rustls = "0.22.3"
rustls = "0.23.5"

[features]
default = ["rtu", "tcp"]
Expand Down

0 comments on commit 0762c12

Please sign in to comment.