Skip to content

Commit 91a1208

Browse files
build(deps): bump tokio from 1.38.0 to 1.44.2 (#5946)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 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 feaea62 commit 91a1208

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

Cargo.lock

Lines changed: 10 additions & 11 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.87", features = ["full"] }
8686
test-store = { path = "./store/test-store" }
8787
thiserror = "1.0.25"
88-
tokio = { version = "1.38.0", features = ["full"] }
88+
tokio = { version = "1.44.2", 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
@@ -65,7 +65,7 @@ slog-envlogger = "2.1.0"
6565
slog-term = "2.7.0"
6666
petgraph = "0.6.5"
6767
tiny-keccak = "1.5.0"
68-
tokio = { version = "1.38.0", features = [
68+
tokio = { version = "1.44.2", features = [
6969
"time",
7070
"sync",
7171
"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.38.0", features = ["rt", "macros", "process"] }
22+
tokio = { version = "1.44.2", 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)