Skip to content

Commit d0bf74c

Browse files
chore(deps): bump tokio from 1.44.1 to 1.44.2 (#2224)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 020b385 commit d0bf74c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

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

crates/cuda/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sp1-prover = { workspace = true }
1515
prost = "0.13"
1616
bincode = "1.3.3"
1717
serde = { workspace = true, features = ["derive"] }
18-
tokio = { version = "^1.38.0", features = ["full"] }
18+
tokio = { version = "^1.44.2", features = ["full"] }
1919
tracing = { workspace = true }
2020
twirp = { package = "twirp-rs", version = "0.13.0-succinct" }
2121
ctrlc = "3.4.4"

crates/eval/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ serde = { workspace = true }
2020
bincode = "1.3.3"
2121
time = "0.3.26"
2222
slack-rust = { package = "slack-rust-rs", version = "0.0.1" }
23-
tokio = { version = "1.39.0", features = ["full"] }
23+
tokio = { version = "1.44.2", features = ["full"] }
2424
reqwest = { version = "0.12.4", features = ["json"] }
2525
serde_json = { workspace = true }

crates/sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sp1-cuda = { workspace = true }
2929
sp1-build = { workspace = true }
3030
futures = "0.3.30"
3131
bincode = "1.3.3"
32-
tokio = { version = "1.39.2", features = ["full"], optional = true }
32+
tokio = { version = "1.44.2", features = ["full"], optional = true }
3333
p3-field = { workspace = true }
3434
p3-baby-bear = { workspace = true }
3535
p3-fri = { workspace = true }

0 commit comments

Comments
 (0)