Skip to content

Commit b968095

Browse files
authored
Merge pull request #209 from xch-dev/dependabot/cargo/actions-deps-ca459ee301
Bump the actions-deps group across 1 directory with 6 updates
2 parents e26797f + e15ddba commit b968095

File tree

3 files changed

+56
-26
lines changed

3 files changed

+56
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ chia-puzzle-types = "0.20.0"
126126
clvm-traits = "0.20.0"
127127
clvm-utils = "0.20.0"
128128
chia-sha2 = "0.20.0"
129-
clvmr = "0.12.0"
129+
clvmr = "0.12.1"
130130
thiserror = "2.0.12"
131131
hex = "0.4.3"
132132
bech32 = "0.9.1"
@@ -146,7 +146,7 @@ native-tls = "0.2.14"
146146
rustls = "0.23.25"
147147
rustls-pemfile = "2.2.0"
148148
flate2 = "1.1.0"
149-
once_cell = "1.21.1"
149+
once_cell = "1.21.3"
150150
num-bigint = "0.4.6"
151151
rstest = "0.22.0"
152152
tracing = "0.1.41"
@@ -172,7 +172,7 @@ sha2 = "0.10.8"
172172
pyo3 = "0.23.5"
173173
js-sys = "0.3.77"
174174
parking_lot = "0.12.3"
175-
clvm_tools_rs = "0.1.46"
175+
clvm_tools_rs = "0.1.47"
176176
wasm-bindgen-futures = "0.4.50"
177177
pyo3-async-runtimes = "0.23"
178178

crates/chia-sdk-driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ chia-traits = {workspace = true}
4949
flate2 = { workspace = true, features = ["zlib-ng-compat"], optional = true }
5050
indexmap = { workspace = true, optional = true }
5151
once_cell = { workspace = true, optional = true }
52-
chia_streamable_macro = "0.21.0"
52+
chia_streamable_macro = "0.21.2"
5353

5454
[dev-dependencies]
5555
chia-sdk-test = { workspace = true }

0 commit comments

Comments
 (0)