Skip to content

Commit 973ec7b

Browse files
Update Rust crate tokio to v1.24.1
1 parent 34f7663 commit 973ec7b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tar = "=0.4.38"
7373
tempfile = "=3.3.0"
7474
thiserror = "=1.0.38"
7575
threadpool = "=1.8.1"
76-
tokio = { version = "=1.23.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
76+
tokio = { version = "=1.24.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
7777
toml = "=0.5.10"
7878
tower = "=0.4.13"
7979
tower-http = { version = "=0.3.5", features = ["fs"] }
@@ -87,7 +87,7 @@ claims = "=0.7.1"
8787
conduit-test = { path = "conduit-test" }
8888
hyper-tls = "=0.5.0"
8989
insta = { version = "=1.24.1", features = ["redactions", "yaml"] }
90-
tokio = "=1.23.1"
90+
tokio = "=1.24.1"
9191
tower-service = "=0.3.2"
9292

9393
[build-dependencies]

conduit-axum/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ percent-encoding = "=2.2.0"
1616
sentry-core = { version = "=0.29.1", features = ["client"] }
1717
thiserror = "=1.0.38"
1818
tracing = "=0.1.37"
19-
tokio = { version = "=1.23.1", features = ["fs"] }
19+
tokio = { version = "=1.24.1", features = ["fs"] }
2020
tokio-stream = "=0.1.11"
2121

2222
[dev-dependencies]
2323
futures-util = "=0.3.25"
2424
hyper = { version = "=0.14.23", features = ["client"] }
25-
tokio = { version = "=1.23.1", features = ["macros", "rt-multi-thread"] }
25+
tokio = { version = "=1.24.1", features = ["macros", "rt-multi-thread"] }
2626
tracing-subscriber = "=0.3.16"

0 commit comments

Comments
 (0)