Skip to content

Commit 3017b70

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ strum = { version = "0.26", features = ["derive"] }
8585
syn = { version = "2.0.101", features = ["full"] }
8686
test-store = { path = "./store/test-store" }
8787
thiserror = "2.0.12"
88-
tokio = { version = "1.44.2", features = ["full"] }
88+
tokio = { version = "1.45.1", features = ["full"] }
8989
tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] }
9090
tonic-build = { version = "0.12.3", features = ["prost"] }
9191
tower-http = { version = "0.5.2", features = ["cors"] }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ slog-envlogger = "2.1.0"
6868
slog-term = "2.7.0"
6969
petgraph = "0.8.1"
7070
tiny-keccak = "1.5.0"
71-
tokio = { version = "1.44.2", features = [
71+
tokio = { version = "1.45.1", features = [
7272
"time",
7373
"sync",
7474
"macros",

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ graph-runtime-wasm = { path = "../runtime/wasm" }
1919
serde = { workspace = true }
2020
serde_yaml = { workspace = true }
2121
slog = { version = "2.7.0", features = ["release_max_level_trace", "max_level_trace"] }
22-
tokio = { version = "1.44.2", features = ["rt", "macros", "process"] }
22+
tokio = { version = "1.45.1", features = ["rt", "macros", "process"] }
2323
# Once graph upgrades to web3 0.19, we don't need this anymore. The version
2424
# here needs to be kept in sync with the web3 version that the graph crate
2525
# uses until then

0 commit comments

Comments
 (0)