Skip to content

Commit b6a3caf

Browse files
build(deps): bump thiserror from 2.0.16 to 2.0.17
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.16 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c85788b commit b6a3caf

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ bech32 = "0.9.1"
7777
ripemd = "0.1"
7878
hex = "0.4"
7979
secp256k1 = "0.30.0"
80-
thiserror = { version = "2.0.16" }
80+
thiserror = { version = "2.0.17" }
8181
cw-ownable = "2.1.0"
8282

8383
astroport = { git = "https://github.com/astroport-fi/astroport-core" }

packages/andromeda-cw-json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cosmwasm-std = { workspace = true }
1414
cosmwasm-schema = { workspace = true }
1515
serde = { workspace = true, default-features = false, features = ["derive"] }
1616
serde-cw-value = { version = "^0.7.0" }
17-
thiserror = { version = "2.0.16", default-features = false }
17+
thiserror = { version = "2.0.17", default-features = false }
1818

1919

2020
[dev-dependencies]

packages/deploy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cosmwasm-std = { workspace = true }
1414
serde = { version = "1.0.223", default-features = false, features = ["derive"] }
1515
cw-orch = { workspace = true }
1616
cw-orch-daemon = "0.29.1"
17-
thiserror = "2.0.16"
17+
thiserror = "2.0.17"
1818
env_logger = "0.11.8"
1919
log = "0.4"
2020
dotenv = "0.15.0"

packages/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cw721-base = { workspace = true }
2929
cw-utils = { workspace = true }
3030
cw2 = { workspace = true }
3131
cw-asset = { workspace = true }
32-
thiserror = { version = "2.0.16" }
32+
thiserror = { version = "2.0.17" }
3333
lazy_static = "1"
3434
hex = "0.4"
3535
regex = { version = "1.11.2", default-features = false }

0 commit comments

Comments
 (0)