Skip to content

Commit

Permalink
finally upgrade rustls alpha versions
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Nov 30, 2023
1 parent 39b6476 commit 6dfb62c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ tracing = "0.1"

[dev-dependencies]
futures = "0.3.29"
pki-types = { package = "rustls-pki-types", version = "=0.2.1" }
pki-types = { package = "rustls-pki-types", version = "0.2.3" }
rcgen = "0.11.3"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
4 changes: 2 additions & 2 deletions rama-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ authors = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustls = "0.22.0-alpha.4"
rustls = "=0.22.0-alpha.6"
tokio = { version = "1.33", features = ["net", "io-util", "rt-multi-thread"] }
tokio-graceful = "0.1"
tokio-rustls = "0.25.0-alpha.2"
tokio-rustls = "=0.25.0-alpha.4"
tokio-test = "0.4.3"

0 comments on commit 6dfb62c

Please sign in to comment.