Skip to content

Commit 64c65ea

Browse files
build(deps): bump tokio from 1.44.1 to 1.44.2 (#763)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be86143 commit 64c65ea

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sentry-actix/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ actix-http = "3.10"
2929
actix-web = { version = "4" }
3030
futures = "0.3"
3131
sentry = { path = "../sentry", features = ["test"] }
32-
tokio = { version = "1.0", features = ["full"] }
32+
tokio = { version = "1.44", features = ["full"] }

sentry-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ criterion = "0.5"
5353
futures = "0.3.24"
5454
rayon = "1.5.3"
5555
thiserror = "1.0.15"
56-
tokio = { version = "1.0", features = ["rt", "rt-multi-thread", "macros"] }
56+
tokio = { version = "1.44", features = ["rt", "rt-multi-thread", "macros"] }

sentry-tracing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ sentry = { path = "../sentry", default-features = false, features = ["test"] }
3636
serde_json = "1"
3737
tracing = "0.1"
3838
tracing-subscriber = { version = "0.3.1", features = ["fmt", "registry"] }
39-
tokio = { version = "1.8", features = ["rt-multi-thread", "macros", "time"] }
39+
tokio = { version = "1.44", features = ["rt-multi-thread", "macros", "time"] }

sentry/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ surf = { version = "2.0.0", optional = true, default-features = false }
8383
http-client = { version = "6.5.3", optional = true }
8484
isahc = { version = "0.9.14", optional = true }
8585
serde_json = { version = "1.0.48", optional = true }
86-
tokio = { version = "1.0", features = ["rt"], optional = true }
86+
tokio = { version = "1.44", features = ["rt"], optional = true }
8787
ureq = { version = "2.10.1", optional = true, default-features = false }
8888
native-tls = { version = "0.2.8", optional = true }
8989
rustls = { version = "0.23.18", optional = true, default-features = false }
@@ -103,7 +103,7 @@ anyhow = { version = "1.0.30" }
103103
log = { version = "0.4.8", features = ["std"] }
104104
pretty_env_logger = "0.5.0"
105105
slog = { version = "2.5.2" }
106-
tokio = { version = "1.0", features = ["macros"] }
106+
tokio = { version = "1.44", features = ["macros"] }
107107
tower = { version = "0.4", features = ["util"] }
108108
tracing = { version = "0.1" }
109109
tracing-subscriber = { version = "0.3", features = ["fmt", "tracing-log"] }

0 commit comments

Comments
 (0)