Skip to content

Commit 4317185

Browse files
committed
cargo upgrade
1 parent 539540d commit 4317185

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ bitcoincore-rpc = { version = "0.19.0" }
2424
cardano-serialization-lib = { workspace = true }
2525
charms-client = { path = "./charms-client", version = "0.6.0" }
2626
charms-data = { path = "./charms-data", version = "0.6.0" }
27-
clap = { version = "4.5.39", features = ["derive"] }
28-
clap_complete = { version = "4.5.52" }
27+
clap = { version = "4.5.40", features = ["derive"] }
28+
clap_complete = { version = "4.5.54" }
2929
hex = { workspace = true }
30-
reqwest = { version = "0.12.19", features = ["json"] }
30+
reqwest = { version = "0.12.20", features = ["json"] }
3131
serde = { workspace = true, features = ["derive"] }
3232
serde_json = { workspace = true }
33-
serde_with = { version = "3.12.0", features = ["base64"] }
33+
serde_with = { version = "3.13.0", features = ["base64"] }
3434
serde_yaml = { workspace = true }
3535
sp1-core-executor = { workspace = true }
3636
sp1-core-machine = { workspace = true }
@@ -70,19 +70,19 @@ cardano-serialization-lib = { version = "14.1.2" }
7070
ciborium = { version = "0.2.2" }
7171
ciborium-io = { version = "0.2.2" }
7272
hex = { version = "0.4.3" }
73-
proptest = { version = "1.6.0" }
73+
proptest = { version = "1.7.0" }
7474
proptest-derive = { version = "0.5.1" }
7575
serde = { version = "1.0" }
7676
serde_json = { version = "1.0.140" }
7777
serde_yaml = { version = "0.9.34" }
78-
sp1-core-executor = { version = "5.0.0" }
79-
sp1-core-machine = { version = "5.0.0" }
80-
sp1-cuda = { version = "5.0.0" }
81-
sp1-primitives = { version = "5.0.0" }
82-
sp1-prover = { version = "5.0.1" }
83-
sp1-sdk = { version = "5.0.3" }
84-
sp1-verifier = { version = "5.0.0" }
85-
sp1-zkvm = { version = "5.0.0" }
78+
sp1-core-executor = { version = "5.0.5" }
79+
sp1-core-machine = { version = "5.0.5" }
80+
sp1-cuda = { version = "5.0.5" }
81+
sp1-primitives = { version = "5.0.5" }
82+
sp1-prover = { version = "5.0.5" }
83+
sp1-sdk = { version = "5.0.6" }
84+
sp1-verifier = { version = "5.0.5" }
85+
sp1-zkvm = { version = "5.0.5" }
8686
test-strategy = { version = "0.4.1" }
8787
tracing = { version = "0.1" }
8888

charms-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cardano-serialization-lib = { workspace = true }
1414
charms-data = { path = "../charms-data", version = "0.6.0" }
1515
enum_dispatch = { version = "0.3.13" }
1616
serde = { workspace = true, features = ["derive"] }
17-
serde_with = { version = "3.12.0" }
17+
serde_with = { version = "3.13.0" }
1818
sha2 = { version = "0.10.8" }
1919
sp1-primitives = { workspace = true }
2020
sp1-verifier = { workspace = true }

examples/charmix/Cargo.lock

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

examples/toad-token/Cargo.lock

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

0 commit comments

Comments
 (0)