Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Nov 30, 2023
1 parent 0fc786f commit 0105ee1
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 14 deletions.
57 changes: 45 additions & 12 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 @@ -37,7 +37,7 @@ matchit = "0.7.3"
pin-project-lite = "0.2.13"
rama-rt = { version = "0.2", path = "./rama-rt" }
rama-rt-macros = { version = "0.2", path = "./rama-rt-macros" }
rustls = "=0.22.0-alpha.3"
rustls = "0.22.0-alpha.4"
serde = { version = "1.0", features = ["derive"] }
serde_urlencoded = "0.7"
tower-async = { version = "0.2", features = [
Expand Down
2 changes: 1 addition & 1 deletion rama-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ authors = { workspace = true }
[dependencies]
tokio = { version = "1.33", features = ["net", "io-util", "rt-multi-thread"] }
tokio-graceful = "0.1"
tokio-rustls = "=0.25.0-alpha.1"
tokio-rustls = "0.25.0-alpha.2"
tokio-test = "0.4.3"

0 comments on commit 0105ee1

Please sign in to comment.