Skip to content

Commit

Permalink
chore: bump tokio-rustls to v0.25.0-alpha.1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng authored Oct 14, 2023
1 parent becd1fc commit 25212a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hyper = { version = "0.14.27", features = ["server", "tcp"] }
rustls-pemfile = "1.0.3"
thiserror = "1.0.44"
tokio = { version = "1.29.1", features = ["net", "time"] }
tokio-rustls = "0.24.1"
tokio-rustls = "0.25.0-alpha.1"

[dev-dependencies]
hyper = { version = "0.14.27", features = ["http1", "http2"] }
Expand Down

0 comments on commit 25212a7

Please sign in to comment.