@@ -9,8 +9,8 @@ edition.workspace = true
99license.workspace = true
1010
1111[workspace .package ]
12- version = " 0.7 .0"
13- edition = " 2021 "
12+ version = " 0.8 .0"
13+ edition = " 2024 "
1414authors = [" Ivan Mikushin <ivan@charms.dev>" ]
1515license = " MIT"
1616
@@ -21,17 +21,17 @@ axum-macros = { version = "0.5.0" }
2121bincode = { version = " 1.3.3" }
2222bitcoin = { workspace = true , features = [" rand" , " rand-std" ] }
2323bitcoincore-rpc = { version = " 0.19.0" }
24- charms-app-runner = { path = " ./charms-app-runner" , version = " 0.7 .0" }
25- charms-client = { path = " ./charms-client" , version = " 0.7 .0" }
26- charms-data = { path = " ./charms-data" , version = " 0.7 .0" }
27- clap = { version = " 4.5.40 " , features = [" derive" ] }
28- clap_complete = { version = " 4.5.54 " }
24+ charms-app-runner = { path = " ./charms-app-runner" , version = " 0.8 .0" }
25+ charms-client = { path = " ./charms-client" , version = " 0.8 .0" }
26+ charms-data = { path = " ./charms-data" , version = " 0.8 .0" }
27+ clap = { version = " 4.5.41 " , features = [" derive" ] }
28+ clap_complete = { version = " 4.5.55 " }
2929cml-chain = { workspace = true }
3030hex = { workspace = true }
31- reqwest = { version = " 0.12.20 " , features = [" json" ] }
31+ reqwest = { version = " 0.12.22 " , features = [" json" ] }
3232serde = { workspace = true , features = [" derive" ] }
3333serde_json = { workspace = true }
34- serde_with = { version = " 3.13 .0" , features = [" base64" ] }
34+ serde_with = { version = " 3.14 .0" , features = [" base64" ] }
3535serde_yaml = { workspace = true }
3636sha2 = { workspace = true }
3737sp1-core-executor = { workspace = true }
@@ -40,7 +40,7 @@ sp1-cuda = { workspace = true }
4040sp1-primitives = { workspace = true }
4141sp1-prover = { workspace = true }
4242sp1-sdk = { workspace = true }
43- tokio = { version = " 1.45 " , features = [" full" ] }
43+ tokio = { version = " 1.47 " , features = [" full" ] }
4444toml = { version = " 0.8.23" }
4545tower-http = { version = " 0.6.6" , features = [" cors" ] }
4646tracing = { workspace = true }
@@ -66,7 +66,7 @@ members = [
6666 " charms-spell-checker" ,
6767]
6868
69- resolver = " 2 "
69+ resolver = " 3 "
7070
7171[workspace .dependencies ]
7272anyhow = { version = " 1.0.98" }
@@ -78,17 +78,17 @@ hex = { version = "0.4.3" }
7878proptest = { version = " 1.7.0" }
7979proptest-derive = { version = " 0.5.1" }
8080serde = { version = " 1.0" }
81- serde_json = { version = " 1.0.140 " }
81+ serde_json = { version = " 1.0.141 " }
8282serde_yaml = { version = " 0.9.34" }
83- sha2 = { version = " 0.10.8 " }
84- sp1-core-executor = { version = " 5.0.5 " }
85- sp1-core-machine = { version = " 5.0.5 " }
86- sp1-cuda = { version = " 5.0.5 " }
87- sp1-primitives = { version = " 5.0.5 " }
88- sp1-prover = { version = " 5.0.5 " }
89- sp1-sdk = { version = " 5.0.6 " }
90- sp1-verifier = { version = " 5.0.5 " }
91- sp1-zkvm = { version = " 5.0.5 " }
83+ sha2 = { version = " 0.10.9 " }
84+ sp1-core-executor = { version = " 5.1.0 " }
85+ sp1-core-machine = { version = " 5.1.0 " }
86+ sp1-cuda = { version = " 5.1.0 " }
87+ sp1-primitives = { version = " 5.1.0 " }
88+ sp1-prover = { version = " 5.1.0 " }
89+ sp1-sdk = { version = " 5.1.0 " }
90+ sp1-verifier = { version = " 5.1.0 " }
91+ sp1-zkvm = { version = " 5.1.0 " }
9292test-strategy = { version = " 0.4.3" }
9393tracing = { version = " 0.1" }
9494
@@ -103,5 +103,4 @@ strip = "debuginfo"
103103
104104[patch .crates-io ]
105105secp256k1 = { git = " https://github.com/sp1-patches/rust-secp256k1" , tag = " patch-0.29.1-sp1-5.0.0" }
106- sha2 = { git = " https://github.com/sp1-patches/RustCrypto-hashes" , package = " sha2" , tag = " patch-sha2-0.10.8-sp1-4.0.0" }
107- wasmi = { git = " https://github.com/imikushin/wasmi" , branch = " rust-1.85" }
106+ sha2 = { git = " https://github.com/sp1-patches/RustCrypto-hashes" , package = " sha2" , tag = " patch-sha2-0.10.9-sp1-4.0.0" }
0 commit comments