Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deps): update rust crate wasm-bindgen-futures to 0.4.50 #1254

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- deps: update rust crate trybuild to 1.0.103(pr [#1251])
- 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])

## [3.0.5] - 2025-01-18

Expand Down Expand Up @@ -950,6 +951,7 @@ emitted if a tracing subscriber is not found.
[#1251]: https://github.com/jerus-org/hcaptcha-rs/pull/1251
[#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
[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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ trybuild = "1.0.103"
uuid = { version = "1.12.1", features = ["v4"] }
url = "2.5.3"
wasm-bindgen = "0.2.100"
wasm-bindgen-futures = "0.4.45"
wasm-bindgen-futures = "0.4.50"
wasm-bindgen-test = "0.3.45"


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 @@ -17,7 +17,7 @@ claims = "0.8.0"
hcaptcha = { path = "../../", features = ["enterprise"] }
hcaptcha_derive = { path = "../../../hcaptcha_derive" }
wasm-bindgen = "0.2.100"
wasm-bindgen-futures = "0.4.45"
wasm-bindgen-futures = "0.4.50"

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down