Skip to content

Commit 22ca50c

Browse files
committed
Update Rust crate tokio to ~1.34.0
1 parent 37c7736 commit 22ca50c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ sha1 = "0.10.6"
129129
stripe = {package = "async-stripe", version = "0.25.2", default-features = false, features = ["runtime-tokio-hyper-rustls", "checkout", "chrono", "connect", "webhook-events"]}
130130
syn = "2.0.39"
131131
time = "0.3.30"
132-
tokio = {version = "~1.33.0", features = ["rt-multi-thread", "macros", "signal", "tracing"]}
132+
tokio = {version = "~1.34.0", features = ["rt-multi-thread", "macros", "signal", "tracing"]}
133133
tower = {version = "0.4.13", features = ["limit", "make"]}
134134
tower-http = {version = "0.4.4", features = ["catch-panic", "compression-br", "compression-deflate", "compression-gzip", "trace"]}
135135
tower-sessions = "~0.4.1"

0 commit comments

Comments
 (0)