Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jul 29, 2024
1 parent 2b9845f commit 5374142
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ tokio-util = { version = "0.7.10", optional = true, default-features = false, fe
] }

[dev-dependencies]
anyhow = "1.0.79"
env_logger = "0.10.2"
anyhow = "1.0.86"
env_logger = "0.11.5"
futures = "0.3.30"
tokio = { version = "1.35.1", default-features = false, features = [
"macros",
"rt-multi-thread",
"time",
] }
tokio-serial = { version = "5.4.4", default-features = false }
rustls-pemfile = "2.1.1"
tokio-rustls = "0.25.0"
rustls-pemfile = "2.1.2"
tokio-rustls = { version = "0.26.0", default-features = false }
pkcs8 = { version = "0.10.2", features = ["encryption", "pem", "std"] }
pem = "3.0.3"
pem = "3.0.4"
webpki = "0.22.4"
pki-types = { package = "rustls-pki-types", version = "1" }
rustls = "0.22.3"
rustls = { version = "0.23.12", default-features = false, features = ["std"] }

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

0 comments on commit 5374142

Please sign in to comment.