Skip to content

Commit 07f50fb

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

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
@@ -84,7 +84,7 @@ strum = { version = "0.26", features = ["derive"] }
8484
syn = { version = "2.0.101", features = ["full"] }
8585
test-store = { path = "./store/test-store" }
8686
thiserror = "2.0.12"
87-
tokio = { version = "1.44.2", features = ["full"] }
87+
tokio = { version = "1.45.0", features = ["full"] }
8888
tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] }
8989
tonic-build = { version = "0.12.3", features = ["prost"] }
9090
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
@@ -67,7 +67,7 @@ slog-envlogger = "2.1.0"
6767
slog-term = "2.7.0"
6868
petgraph = "0.8.1"
6969
tiny-keccak = "1.5.0"
70-
tokio = { version = "1.44.2", features = [
70+
tokio = { version = "1.45.0", features = [
7171
"time",
7272
"sync",
7373
"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.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)