Skip to content

Commit 0360cd2

Browse files
committed
update alloy deps
Signed-off-by: noelwei <[email protected]>
1 parent a6d49b2 commit 0360cd2

File tree

9 files changed

+1
-14
lines changed

9 files changed

+1
-14
lines changed

Cargo.lock

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ sbv-primitives = { git = "https://github.com/scroll-tech/stateless-block-verifie
3131
sbv-kv = { git = "https://github.com/scroll-tech/stateless-block-verifier", branch = "zkvm/euclid-upgrade" }
3232
sbv-trie = { git = "https://github.com/scroll-tech/stateless-block-verifier", branch = "zkvm/euclid-upgrade" }
3333

34+
alloy = { version = "0.11", default-features = false }
3435
alloy-primitives = { version = "0.8", default-features = false }
35-
alloy-serde = { version = "0.11", default-features = false }
3636

3737
rkyv = "0.8"
3838
serde = { version = "1", default-features = false, features = ["derive"] }

common/types-rs/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ version = "0.2.0"
99

1010
[dependencies]
1111
alloy-primitives = { workspace = true, default-features = false, features = ["std", "map-hashbrown", "map-fxhash", "rkyv"] }
12-
alloy-serde.workspace = true
1312
rkyv.workspace = true
1413
sbv-trie = { workspace = true }
1514
sbv-core = { workspace = true }

common/types-rs/aggregation/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ version = "0.2.0"
99

1010
[dependencies]
1111
alloy-primitives = { workspace = true, default-features = false, features = ["std", "map-hashbrown", "map-fxhash", "rkyv"] }
12-
alloy-serde.workspace = true
1312
rkyv.workspace = true
1413
serde.workspace = true
1514

common/types-rs/base/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ version = "0.2.0"
99

1010
[dependencies]
1111
alloy-primitives = { workspace = true, default-features = false, features = ["std", "map-hashbrown", "map-fxhash", "rkyv"] }
12-
alloy-serde.workspace = true
1312
rkyv.workspace = true
1413
serde.workspace = true
1514
itertools.workspace = true

common/types-rs/batch/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ version = "0.2.0"
99

1010
[dependencies]
1111
alloy-primitives = { workspace = true, default-features = false, features = ["std", "map-hashbrown", "map-fxhash", "rkyv"] }
12-
alloy-serde.workspace = true
1312
rkyv.workspace = true
1413
serde.workspace = true
1514
itertools.workspace = true

common/types-rs/bundle/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ version = "0.2.0"
99

1010
[dependencies]
1111
alloy-primitives = { workspace = true, default-features = false, features = ["std", "map-hashbrown", "map-fxhash", "rkyv"] }
12-
alloy-serde.workspace = true
1312
rkyv.workspace = true
1413
serde.workspace = true
1514
itertools.workspace = true

common/types-rs/chunk/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ version = "0.2.0"
99

1010
[dependencies]
1111
alloy-primitives = { workspace = true, default-features = false, features = ["std", "map-hashbrown", "map-fxhash", "rkyv"] }
12-
alloy-serde.workspace = true
1312
rkyv.workspace = true
1413
sbv-trie = { workspace = true }
1514
sbv-core = { workspace = true }

common/types-rs/circuit/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ version = "0.2.0"
99

1010
[dependencies]
1111
alloy-primitives = { workspace = true, default-features = false, features = ["std", "map-hashbrown", "map-fxhash", "rkyv"] }
12-
alloy-serde.workspace = true
1312
rkyv.workspace = true
1413
serde.workspace = true
1514
openvm = { workspace = true, features = ["std"] }

0 commit comments

Comments
 (0)