diff --git a/Cargo.lock b/Cargo.lock index 41fbace8e97..c3eca0a1aa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3062,9 +3062,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.23.1" +version = "1.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8" +checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 379e4a6fbab..1065af1242d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ tar = "=0.4.38" tempfile = "=3.3.0" thiserror = "=1.0.38" threadpool = "=1.8.1" -tokio = { version = "=1.23.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]} +tokio = { version = "=1.24.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]} toml = "=0.5.10" tower = "=0.4.13" tower-http = { version = "=0.3.5", features = ["fs"] } @@ -87,7 +87,7 @@ claims = "=0.7.1" conduit-test = { path = "conduit-test" } hyper-tls = "=0.5.0" insta = { version = "=1.24.1", features = ["redactions", "yaml"] } -tokio = "=1.23.1" +tokio = "=1.24.1" tower-service = "=0.3.2" [build-dependencies] diff --git a/conduit-axum/Cargo.toml b/conduit-axum/Cargo.toml index a10601f23bd..57665d3342b 100644 --- a/conduit-axum/Cargo.toml +++ b/conduit-axum/Cargo.toml @@ -16,11 +16,11 @@ percent-encoding = "=2.2.0" sentry-core = { version = "=0.29.1", features = ["client"] } thiserror = "=1.0.38" tracing = "=0.1.37" -tokio = { version = "=1.23.1", features = ["fs"] } +tokio = { version = "=1.24.1", features = ["fs"] } tokio-stream = "=0.1.11" [dev-dependencies] futures-util = "=0.3.25" hyper = { version = "=0.14.23", features = ["client"] } -tokio = { version = "=1.23.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "=1.24.1", features = ["macros", "rt-multi-thread"] } tracing-subscriber = "=0.3.16"