Skip to content

Commit dcf622e

Browse files
Update Rust crate tokio to v1.23.1 (#5832)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32332b7 commit dcf622e

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
@@ -76,7 +76,7 @@ tar = "=0.4.38"
7676
tempfile = "=3.3.0"
7777
thiserror = "=1.0.38"
7878
threadpool = "=1.8.1"
79-
tokio = { version = "=1.23.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
79+
tokio = { version = "=1.23.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
8080
toml = "=0.5.10"
8181
tower = "=0.4.13"
8282
tower-http = { version = "=0.3.5", features = ["fs"] }
@@ -90,7 +90,7 @@ claims = "=0.7.1"
9090
conduit-test = { path = "conduit-test" }
9191
hyper-tls = "=0.5.0"
9292
insta = { version = "=1.24.1", features = ["redactions", "yaml"] }
93-
tokio = "=1.23.0"
93+
tokio = "=1.23.1"
9494
tower-service = "=0.3.2"
9595

9696
[build-dependencies]

conduit-axum/Cargo.toml

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

2323
[dev-dependencies]
2424
futures-util = "=0.3.25"
2525
hyper = { version = "=0.14.23", features = ["client"] }
26-
tokio = { version = "=1.23.0", features = ["macros", "rt-multi-thread"] }
26+
tokio = { version = "=1.23.1", features = ["macros", "rt-multi-thread"] }
2727
tracing-subscriber = "=0.3.16"

0 commit comments

Comments
 (0)