Skip to content

Commit

Permalink
chore(deps): bump tokio from 1.37.0 to 1.38.0 (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas authored Jun 5, 2024
2 parents d601609 + 3240a9b commit 9ac85cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ anyhow = "1.0.83"
size = "0.4.1"
dirs = "5.0.1"
tempfile = "3.10.1"
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }
reqwest = { version = "0.12.4", features = [
"rustls-tls",
"trust-dns",
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sp1-prover = { path = "../prover" }
sp1-core = { path = "../core" }
futures = "0.3.30"
bincode = "1.3.3"
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }
p3-matrix = { workspace = true }
p3-commit = { workspace = true }
p3-field = { workspace = true }
Expand Down

0 comments on commit 9ac85cd

Please sign in to comment.