program: move array-bytes to dev-dependencies (#33277)

* program: move array-bytes to dev-dependencies

* run cargo-for-all-lock-files.sh tree
This commit is contained in:
Kevin Heavey 2023-09-19 20:07:35 +04:00 committed by GitHub
parent 62888d297a
commit 92ab3827fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -5235,7 +5235,6 @@ dependencies = [
"ark-ec",
"ark-ff",
"ark-serialize",
"array-bytes",
"base64 0.21.4",
"bincode",
"bitflags 2.3.3",

View File

@ -51,7 +51,6 @@ ark-bn254 = { workspace = true }
ark-ec = { workspace = true }
ark-ff = { workspace = true }
ark-serialize = { workspace = true }
array-bytes = { workspace = true }
bitflags = { workspace = true }
base64 = { workspace = true, features = ["alloc", "std"] }
curve25519-dalek = { workspace = true, features = ["serde"] }
@ -79,6 +78,7 @@ parking_lot = { workspace = true }
[dev-dependencies]
anyhow = { workspace = true }
array-bytes = { workspace = true }
assert_matches = { workspace = true }
serde_json = { workspace = true }
static_assertions = { workspace = true }