Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group across 1 directory with 18 updates #2564

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
564 changes: 297 additions & 267 deletions Cargo.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ bincode = "1.3.3"
bitvec = { version = "1", features = ["serde"] }
blake3 = "1.5"
circular-buffer = "0.1.9"
clap = { version = "4.4", features = ["derive", "env", "string"] }
clap = { version = "4.5", features = ["derive", "env", "string"] }
cld = "0.5"
chrono = { version = "0.4", features = ["serde"] }
either = "1"
Expand All @@ -108,7 +108,7 @@ tokio = { version = "1", default-features = false, features = [
libp2p-identity = "0.2"
tower-service = { version = "0.3", default-features = false }
tracing-subscriber = "0.3"
tracing-test = "0.1"
tracing-test = "0.2"
lazy_static = "1"
multiaddr = { version = "0.18" }
serde-inline-default = "0.2"
Expand Down Expand Up @@ -196,17 +196,17 @@ surf-disco = "0.9"
sqlx = "=0.8.2"
tagged-base64 = "0.4"
tide-disco = "0.9.3"
thiserror = "1.0.69"
thiserror = "2.0.10"
tracing = "0.1"
bytesize = "1.3"
itertools = "0.12"
itertools = "0.14"
priority-queue = "2"
rand_chacha = "0.3"
rand_distr = "0.4"
reqwest = "0.12"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "^1.0.113"
tempfile = "3.10"
serde_json = "^1.0.138"
tempfile = "3.16"
toml = "0.8"
url = "2.3"
vbs = "0.1"
Expand All @@ -220,7 +220,7 @@ static_assertions = "1.1"
num-traits = "0.2"
derivative = "2.2"
paste = "1.0"
rand = "0.8.5"
rand = "0.9.0"
time = "0.3"
trait-set = "0.3.0"

Expand Down
2 changes: 1 addition & 1 deletion builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hotshot-state-prover = { workspace = true }
hotshot-types = { workspace = true }
marketplace-builder-shared = { workspace = true }
portpicker = { workspace = true }
rand = "0.8.5"
rand = "0.9.0"
sequencer = { path = "../sequencer" }
sequencer-utils = { path = "../utils" }
surf-disco = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion contracts/rust/diff-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ark-ed-on-bn254 = { workspace = true }
ark-ff = { workspace = true }
ark-poly = { workspace = true }
ark-std = { workspace = true }
clap = { version = "^4.4", features = ["derive"] }
clap = { version = "^4.5", features = ["derive"] }
diff-test-bn254 = { git = "https://github.com/EspressoSystems/solidity-bn254.git" }
ethers = { version = "2.0.4" }
hotshot-contract-adapter = { path = "../adapter" }
Expand Down
14 changes: 7 additions & 7 deletions hotshot-query-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ futures = { workspace = true }
hotshot = { workspace = true }
hotshot-testing = { workspace = true }
hotshot-types = { workspace = true }
itertools = "0.12.1"
itertools = "0.14.0"
jf-merkle-tree = { version = "0.1.0", git = "https://github.com/EspressoSystems/jellyfish", tag = "0.4.5", features = [
"std",
] }
Expand Down Expand Up @@ -116,8 +116,8 @@ sqlx = { version = "0.8", features = [
espresso-macros = { git = "https://github.com/EspressoSystems/espresso-macros.git", tag = "0.1.0", optional = true }
hotshot-example-types = { workspace = true }
portpicker = { version = "0.1", optional = true }
rand = { version = "0.8", optional = true }
tempfile = { version = "3.10", optional = true }
rand = { version = "0.9", optional = true }
tempfile = { version = "3.16", optional = true }

# Dependencies enabled by feature "backtrace-on-stack-overflow".
#
Expand All @@ -133,8 +133,8 @@ backtrace-on-stack-overflow = { version = "0.3", optional = true }
[dev-dependencies]
clap = { version = "4.5", features = ["derive", "env"] }
espresso-macros = { git = "https://github.com/EspressoSystems/espresso-macros.git", tag = "0.1.0" }
generic-array = "0.14"
generic-array = "1.2"
portpicker = "0.1"
rand = "0.8"
reqwest = "0.12.3"
tempfile = "3.10"
rand = "0.9"
reqwest = "0.12.12"
tempfile = "3.16"
2 changes: 1 addition & 1 deletion hotshot-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ committable = { workspace = true }
derive_more = { workspace = true, features = ["debug"] }
digest = { workspace = true, features = ["rand_core"] }
displaydoc = { version = "0.2.5", default-features = false }
dyn-clone = "1.0.17"
dyn-clone = "1.0.18"
either = { workspace = true }
futures = { workspace = true, features = ["alloc"] }
hotshot-utils = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion node-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ hotshot-types = { workspace = true }
prometheus-parse = { version = "^0.2.5" }
reqwest = { workspace = true }
serde = { workspace = true }
serde_json = { version = "^1.0.113", optional = true }
serde_json = { version = "^1.0.138", optional = true }
surf-disco = { workspace = true }
tide-disco = { workspace = true }
time = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ hotshot-example-types = { workspace = true }
hotshot-query-service = { workspace = true }
hotshot-testing = { workspace = true }
pretty_assertions = { workspace = true }
rand = "0.8.5"
rand = "0.9.0"
reqwest = { workspace = true }

# Enable "testing" feature when running tests
Expand Down
4 changes: 2 additions & 2 deletions utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ hotshot-types = { workspace = true }
log-panics = { workspace = true }
portpicker = { workspace = true }
# for price oracle and align with ethers-rs dep
reqwest = { version = "0.11.14", default-features = false, features = ["json", "rustls-tls"] }
reqwest = { version = "0.12.12", default-features = false, features = ["json", "rustls-tls"] }
serde = { workspace = true }
serde_json = "^1.0.113"
serde_json = "^1.0.138"
surf = "2.3.2"
tempfile = { workspace = true }
tokio = { workspace = true }
Expand Down
Loading