Skip to content

Commit 5a29f0d

Browse files
build(deps): bump tokio from 1.47.1 to 1.49.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.1 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3f5726 commit 5a29f0d

File tree

3 files changed

+15
-59
lines changed

3 files changed

+15
-59
lines changed

Cargo.lock

Lines changed: 13 additions & 57 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
@@ -89,7 +89,7 @@ syn = { version = "2.0.114", features = ["full"] }
8989
test-store = { path = "./store/test-store" }
9090
thiserror = "2.0.17"
9191
deadpool = { version = "0.12", features = ["rt_tokio_1", "managed"] }
92-
tokio = { version = "1.45.1", features = ["full"] }
92+
tokio = { version = "1.49.0", features = ["full"] }
9393
tokio-stream = { version = "0.1.15", features = ["sync"] }
9494
tokio-retry = "0.3.0"
9595

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 = { workspace = true }
22-
tokio = { version = "1.45.1", features = ["rt", "macros", "process"] }
22+
tokio = { version = "1.49.0", 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)