Skip to content

Commit

Permalink
Merge pull request #1255 from jerus-org/renovate/wasm-bindgen-test-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate wasm-bindgen-test to 0.3.50
  • Loading branch information
jerusdp authored Jan 24, 2025
2 parents 500a0c4 + ce11879 commit c472955
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- deps: update rust crate uuid to 1.12.1(pr [#1252])
- deps: update rust crate wasm-bindgen to 0.2.100(pr [#1253])
- deps: update rust crate wasm-bindgen-futures to 0.4.50(pr [#1254])
- deps: update rust crate wasm-bindgen-test to 0.3.50(pr [#1255])

## [3.0.5] - 2025-01-18

Expand Down Expand Up @@ -952,6 +953,7 @@ emitted if a tracing subscriber is not found.
[#1252]: https://github.com/jerus-org/hcaptcha-rs/pull/1252
[#1253]: https://github.com/jerus-org/hcaptcha-rs/pull/1253
[#1254]: https://github.com/jerus-org/hcaptcha-rs/pull/1254
[#1255]: https://github.com/jerus-org/hcaptcha-rs/pull/1255
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.5...HEAD
[3.0.5]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.4...v3.0.5
[3.0.4]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.3...v3.0.4
Expand Down
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ uuid = { version = "1.12.1", features = ["v4"] }
url = "2.5.3"
wasm-bindgen = "0.2.100"
wasm-bindgen-futures = "0.4.50"
wasm-bindgen-test = "0.3.45"
wasm-bindgen-test = "0.3.50"


[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion hcaptcha/examples/hcaptcha-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ wasm-bindgen-futures = "0.4.50"
# console_error_panic_hook = { version = "0.1.7", optional = true }

[dev-dependencies]
wasm-bindgen-test = "0.3.45"
wasm-bindgen-test = "0.3.50"

# [profile.release]
# # Tell `rustc` to optimize for small code size.
Expand Down

0 comments on commit c472955

Please sign in to comment.