Skip to content
Open
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
836 changes: 516 additions & 320 deletions Cargo.lock

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ sp1-zkvm = { version = "=5.0.0", default-features = false }

# Core dependencies
alloy = { version = "0.14.0", features = ["full"] }
alloy-primitives = { version = "1.1", features = ["serde", "k256"] }
alloy-primitives = { version = "1.4", features = ["serde", "k256"] }
anyhow = "1.0"
arbitrary = { version = "1.4", features = ["derive"] }
arc-swap = "1.7"
async-trait = "0.1.86"
axum = "0.8.1"
async-trait = "0.1.89"
axum = "0.8.7"
base64 = "0.22.0"
bincode = "1.3"
bolero = { version = "0.13.0", features = ["arbitrary"] }
bolero = { version = "0.13.4", features = ["arbitrary"] }
buildstructor = "0.5.4"
clap = { version = "4.5", features = ["derive", "env"] }
dirs = "5.0"
Expand All @@ -86,8 +86,8 @@ ethers-signers = "2.0"
fail = { version = "0.5.1", default-features = false }
futures = "0.3.31"
hex = "0.4.3"
http = "1.2"
hyper = "1.6"
http = "1.4"
hyper = "1.8"
insta = { git = "https://github.com/freyskeyd/insta", branch = "chore/updating-deps-to-avoid-serialize-error", features = [
"toml",
"yaml",
Expand All @@ -96,24 +96,24 @@ insta = { git = "https://github.com/freyskeyd/insta", branch = "chore/updating-d
jsonrpsee = { version = "0.24.7", features = ["full"] }
lazy_static = "1.5"
mockall = "0.13.1"
parking_lot = "0.12.3"
parking_lot = "0.12.5"
pin-project = "1.1"
prost = "0.13.4"
rand = "0.9.0"
rand = "0.9.2"
rstest = "0.22.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "3.12"
test-log = "0.2.16"
serde_with = "3.16"
test-log = "0.2.18"
thiserror = "2.0"
tokio = { version = "1.43", features = ["full"] }
tokio = { version = "1.48", features = ["full"] }
tokio-stream = { version = "0.1.17", features = ["sync"] }
tokio-util = "0.7.13"
tokio-util = "0.7.17"
toml = "0.8.20"
tonic = { version = "0.12.3", default-features = false }
tonic-types = "0.12.3"
tower = "0.4.13"
tracing = "0.1.41"
tracing-appender = "0.2.3"
tracing = "0.1.43"
tracing-appender = "0.2.4"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
url = { version = "2.5", features = ["serde"] }
2 changes: 1 addition & 1 deletion crates/agglayer-grpc-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tonic-types.workspace = true
tonic-reflection = "0.12.3"
tower = { workspace = true }
tracing.workspace = true
uuid = { version = "1.15", features = ["v4"] }
uuid = { version = "1.18", features = ["v4"] }

[dev-dependencies]
agglayer-grpc-client.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions crates/agglayer-jsonrpc-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ thiserror.workspace = true
tracing.workspace = true

anyhow.workspace = true
axum = { version = "0.8.1", features = ["tokio", "http1", "http2"] }
axum = { version = "0.8.7", features = ["tokio", "http1", "http2"] }
arc-swap.workspace = true
buildstructor.workspace = true
hyper.workspace = true
http.workspace = true
pin-project.workspace = true
reqwest = "0.12.12"
reqwest = "0.12.24"
tokio-util.workspace = true
tokio-stream.workspace = true
toml.workspace = true
tonic.workspace = true
tower-http = { version = "0.6.2", features = ["full"] }
tower-http = { version = "0.6.7", features = ["full"] }
tower.workspace = true
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }

Expand All @@ -56,7 +56,7 @@ rstest = { workspace = true, optional = true }
alloy = { workspace = true, features = ["full", "node-bindings"] }
ethers.workspace = true
http-body-util = "0.1.2"
hyper-util = { version = "0.1.10", features = ["client"] }
hyper-util = { version = "0.1.18", features = ["client"] }
insta.workspace = true
fail = { workspace = true, features = ["failpoints"] }
jsonrpsee-test-utils = { git = "https://github.com/paritytech/jsonrpsee.git", tag = "v0.24.9" }
Expand Down
6 changes: 3 additions & 3 deletions crates/agglayer-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hyper.workspace = true
http.workspace = true
jsonrpsee = { workspace = true, features = ["full"] }
pin-project.workspace = true
reqwest = "0.12.12"
reqwest = "0.12.24"
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
serde_with.workspace = true
Expand All @@ -30,7 +30,7 @@ tokio-util.workspace = true
tokio-stream.workspace = true
toml.workspace = true
tonic.workspace = true
tower-http = { version = "0.6.2", features = ["full"] }
tower-http = { version = "0.6.7", features = ["full"] }
tower.workspace = true
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
tracing.workspace = true
Expand All @@ -55,7 +55,7 @@ pessimistic-proof.workspace = true
alloy = { workspace = true, features = ["full", "node-bindings"] }
ethers.workspace = true
http-body-util = "0.1.2"
hyper-util = { version = "0.1.10", features = ["client"] }
hyper-util = { version = "0.1.18", features = ["client"] }
insta.workspace = true
fail = { workspace = true, features = ["failpoints"] }
jsonrpsee-test-utils = { git = "https://github.com/paritytech/jsonrpsee.git", tag = "v0.24.9" }
Expand Down
2 changes: 1 addition & 1 deletion crates/agglayer-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bincode.workspace = true
chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] }
hex.workspace = true
parking_lot.workspace = true
rand = { version = "0.9.0", optional = true }
rand = { version = "0.9.2", optional = true }
rocksdb = "0.23.0"
serde.workspace = true
thiserror.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/agglayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ agglayer-storage = { path = "../agglayer-storage" }
pessimistic-proof.workspace = true

[dev-dependencies]
assert_cmd = "2.0.14"
assert_cmd = "2.1.1"
insta.workspace = true

[build-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions crates/pessimistic-proof-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ arbitrary = { workspace = true, optional = true }
bincode = "1.3.3"
hex = "0.4.3"
hex-literal = "0.4"
tracing = "0.1.41"
tracing = "0.1.43"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["arbitrary_precision"] }
serde_with = { version = "3" }
thiserror = "2.0.8"
thiserror = "2.0.17"
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", tag = "patch-2.0.2-sp1-4.0.0", features = [
"keccak",
] }
rand = { version = "0.9.0", optional = true }
rand = { version = "0.9.2", optional = true }
sp1-primitives = "=5.0.0"
sp1-verifier = { version = "=5.0.0" }
sp1-zkvm = { version = "=5.0.0", features = ["verify"] }

[dev-dependencies]
unified-bridge = { workspace = true, features = ["testutils"] }
rs_merkle = { version = "1.4", default-features = false }
rand = "0.9.0"
rand = "0.9.2"

[build-dependencies]
semver = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/pessimistic-proof-test-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ rand.workspace = true
hex-literal = "0.4"
hex.workspace = true
tracing.workspace = true
uuid = { version = "1.13.1", features = ["v4", "fast-rng"] }
regex = "1.11"
uuid = { version = "1.18.1", features = ["v4", "fast-rng"] }
regex = "1.12"

[dev-dependencies]
insta.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/pessimistic-proof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tiny-keccak = { version = "2.0", features = ["keccak"] }

[dev-dependencies]
pessimistic-proof-core = { workspace = true, features = ["testutils"] }
rand = "0.9.0"
rand = "0.9.2"
rs_merkle = { version = "1.4", default-features = false }

[lints]
Expand Down
6 changes: 3 additions & 3 deletions tests/integrations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fail = { workspace = true, features = ["failpoints"] }
futures.workspace = true
hex.workspace = true
http-body-util = "0.1.2"
hyper-util = { version = "0.1.10", features = ["client"] }
hyper-util = { version = "0.1.18", features = ["client"] }
hyper.workspace = true
insta.workspace = true
jsonrpsee = { workspace = true, features = ["full"] }
Expand All @@ -27,7 +27,7 @@ mockall.workspace = true
parking_lot.workspace = true
pin-project.workspace = true
rand.workspace = true
reqwest = "0.12.12"
reqwest = "0.12.24"
rstest.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
Expand All @@ -38,7 +38,7 @@ tokio = { workspace = true, features = ["full"] }
tokio-stream = "0.1.17"
tokio-util.workspace = true
toml.workspace = true
tower-http = { version = "0.6.2", features = ["full"] }
tower-http = { version = "0.6.7", features = ["full"] }
tower.workspace = true
tracing-capture = "0.1.0"
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
Expand Down
Loading