diff --git a/Cargo.toml b/Cargo.toml index dbaf0f4a4..4cf73d1db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ rand = { workspace = true } rand_core = { version = "0.6.4", default-features = false } rand_xorshift = "0.3.0" rayon = "1.7.0" -rustyline-derive = "0.10" +rustyline-derive = "0.11" serde = { workspace = true, features = ["derive"] } serde_bytes = "0.11.12" serde_json = { workspace = true } @@ -65,7 +65,7 @@ tracing-texray = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter"] } elsa = { version = "1.9.0", git = "https://github.com/argumentcomputer/elsa", branch = "sync_frozen", features = ["indexmap"] } arc-swap = "1.6.0" -halo2curves = { version = "0.6.0", features = ["bits", "derive_serde"] } +halo2curves = { version = "0.7.0", features = ["bits", "derive_serde"] } [target.'cfg(not(target_arch = "x86_64"))'.dependencies] nova = { workspace = true } @@ -73,7 +73,7 @@ nova = { workspace = true } nova = { workspace = true, features = ["asm"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -pprof = { version = "0.13", optional = true} # only used in tests, under feature "flamegraph" +pprof = { version = "0.14", optional = true} # only used in tests, under feature "flamegraph" proptest = { workspace = true } proptest-derive = { workspace = true } rand = "0.8.5" @@ -123,7 +123,7 @@ bincode = "1.3.3" camino = "1.1.6" clap = "4.3.17" ff = "0.13" -metrics = "0.23.0" +metrics = "0.24.1" neptune = { git = "https://github.com/argumentcomputer/neptune", branch = "dev", default-features = false, features = ["abomonation"] } nova = { git = "https://github.com/argumentcomputer/arecibo", branch = "dev", package = "arecibo", features = ["abomonate"]} once_cell = "1.18.0" diff --git a/chain-server/Cargo.toml b/chain-server/Cargo.toml index d10967556..435e783b1 100644 --- a/chain-server/Cargo.toml +++ b/chain-server/Cargo.toml @@ -23,7 +23,7 @@ camino = { workspace = true} clap = { workspace = true} ff = { workspace = true } lurk = { path = "../" } -halo2curves = { version = "0.6.0", features = ["bits", "derive_serde"] } +halo2curves = { version = "0.7.0", features = ["bits", "derive_serde"] } nova = { workspace = true } once_cell = {workspace = true } prost = "0.13"