Skip to content

Commit

Permalink
build(deps): bump url from 2.5.3 to 2.5.4
Browse files Browse the repository at this point in the history
Bumps [url](https://github.com/servo/rust-url) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent bd0cae3 commit e929f2f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/axone-dataverse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ unsigned-varint = "0.8.0"
base64 = "0.22.1"
cw-multi-test.workspace = true
testing.workspace = true
url = "2.5.3"
url = "2.5.4"

[features]
# use library feature to disable all instantiate/execute/query exports
Expand Down
2 changes: 1 addition & 1 deletion contracts/axone-law-stone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ thiserror.workspace = true
[dev-dependencies]
cw-multi-test.workspace = true
testing.workspace = true
url = "2.5.3"
url = "2.5.4"

[features]
# use library feature to disable all instantiate/execute/query exports
Expand Down
2 changes: 1 addition & 1 deletion packages/axone-logic-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ schemars.workspace = true
serde.workspace = true
serde-json-wasm.workspace = true
thiserror.workspace = true
url = "2.5.3"
url = "2.5.4"
2 changes: 1 addition & 1 deletion packages/axone-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ schemars.workspace = true
serde.workspace = true
serde-json-wasm.workspace = true
thiserror.workspace = true
url = "2.5.3"
url = "2.5.4"

0 comments on commit e929f2f

Please sign in to comment.