Skip to content

Commit a6625f6

Browse files
authored
Merge pull request #452 from spacemeshos/dependabot/cargo/thiserror-2.0.7
build(deps): bump thiserror from 2.0.6 to 2.0.7
2 parents dc5661d + 150f5f4 commit a6625f6

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ randomx-rs = { git = "https://github.com/spacemeshos/randomx-rs", rev = "d46bcd9
4141

4242

4343
primitive-types = "0.13.1"
44-
thiserror = "2.0.6"
44+
thiserror = "2.0.7"
4545
thread_local = "1.1.7"
4646
mockall = "0.13.1"
4747
core_affinity = "0.8.1"

k2pow-service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
1515
axum = "0.7.9"
1616
tower-http = {version = "0.6.2", features = ["trace"]}
1717
hex = "0.4.3"
18-
thiserror = "2.0.6"
18+
thiserror = "2.0.7"
1919

2020
[dev-dependencies]
2121
axum-test = "16.4.1"

scrypt-ocl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
ocl = "0.19.7"
8-
thiserror = "2.0.6"
8+
thiserror = "2.0.7"
99
post-rs = { path = "../" }
1010
log = "0.4.22"
1111
regex = "1.11.1"

0 commit comments

Comments
 (0)