Skip to content
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
1,082 changes: 708 additions & 374 deletions Cargo.lock

Large diffs are not rendered by default.

30 changes: 15 additions & 15 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.5"
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 @@ -87,7 +87,7 @@ fail = { version = "0.5.1", default-features = false }
futures = "0.3.31"
hex = "0.4.3"
http = "1.2"
hyper = "1.6"
hyper = "1.7"
insta = { git = "https://github.com/freyskeyd/insta", branch = "chore/updating-deps-to-avoid-serialize-error", features = [
"toml",
"yaml",
Expand All @@ -99,21 +99,21 @@ mockall = "0.13.1"
parking_lot = "0.12.3"
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.14"
test-log = "0.2.18"
thiserror = "2.0"
tokio = { version = "1.43", features = ["full"] }
tokio = { version = "1.47", features = ["full"] }
tokio-stream = { version = "0.1.17", features = ["sync"] }
tokio-util = "0.7.13"
toml = "0.8.20"
tonic = { version = "0.12.3", default-features = false }
tonic-types = "0.12.3"
tower = "0.4.13"
tokio-util = "0.7.16"
toml = "0.8.23"
tonic = { version = "0.13.1", default-features = false }
tonic-types = "0.13.1"
tower = "0.5.2"
tracing = "0.1.41"
tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
url = { version = "2.5", features = ["serde"] }
4 changes: 2 additions & 2 deletions crates/agglayer-grpc-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ serde.workspace = true
serde_json.workspace = true
tonic = { workspace = true, features = ["zstd"] }
tonic-types.workspace = true
tonic-reflection = "0.12.3"
tonic-reflection = "0.14.2"
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
2 changes: 1 addition & 1 deletion crates/agglayer-grpc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ agglayer-interop = { workspace = true, features = ["grpc-compat"] }

bincode = { workspace = true, optional = true }
hex.workspace = true
pbjson = "0.7.0"
pbjson = "0.8.0"
prost.workspace = true
serde.workspace = true
tonic-types.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions crates/agglayer-jsonrpc-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ thiserror.workspace = true
tracing.workspace = true

anyhow.workspace = true
axum = { version = "0.8.1", features = ["tokio", "http1", "http2"] }
axum = { version = "0.8.5", 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.23"
tokio-util.workspace = true
tokio-stream.workspace = true
toml.workspace = true
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.17", 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
4 changes: 2 additions & 2 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.23"
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
serde_with.workspace = true
Expand Down Expand Up @@ -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.17", 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-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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 }
rocksdb = "0.23.0"
rand = { version = "0.9.2", optional = true }
rocksdb = "0.24.0"
serde.workspace = true
thiserror.workspace = true
tokio-util.workspace = true
Expand All @@ -26,7 +26,7 @@ pessimistic-proof = { path = "../pessimistic-proof" }
mockall = { workspace = true, optional = true }

[dev-dependencies]
criterion = "0.5.1"
criterion = "0.7.0"
alloy-primitives.workspace = true
insta.workspace = true
rand.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions crates/agglayer-telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ axum.workspace = true
buildstructor.workspace = true
futures.workspace = true
lazy_static.workspace = true
opentelemetry = { version = "0.27.1", features = ["metrics"] }
opentelemetry-prometheus = "0.27.0"
opentelemetry_sdk = { version = "0.27.1", features = ["metrics"] }
prometheus = "0.13.3"
opentelemetry = { version = "0.31.0", features = ["metrics"] }
opentelemetry-prometheus = "0.29.1"
opentelemetry_sdk = { version = "0.29.0", features = ["metrics"] }
prometheus = "0.14.0"
thiserror.workspace = true
tokio = { workspace = true, features = ["full"] }
tokio-util = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/pessimistic-proof-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ tracing = "0.1.41"
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
2 changes: 1 addition & 1 deletion crates/pessimistic-proof-test-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rand.workspace = true
hex-literal = "0.4"
hex.workspace = true
tracing.workspace = true
uuid = { version = "1.13.1", features = ["v4", "fast-rng"] }
uuid = { version = "1.18.1", features = ["v4", "fast-rng"] }
regex = "1.11"

[dev-dependencies]
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
4 changes: 2 additions & 2 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.17", 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.23"
rstest.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
Expand Down
Loading