Skip to content

Commit 0078be9

Browse files
fix(deps): update rust crate uuid to 1.17.0 (#1363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e2a6d0 commit 0078be9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- deps: update rust crate trybuild to 1.0.105(pr [#1360])
2222
- deps: update rust crate url to 2.5.4(pr [#1361])
2323
- deps: update rust crate tokio to 1.45.1(pr [#1362])
24+
- deps: update rust crate uuid to 1.17.0(pr [#1363])
2425

2526
## [3.0.26] - 2025-05-03
2627

@@ -1291,6 +1292,7 @@ emitted if a tracing subscriber is not found.
12911292
[#1360]: https://github.com/jerus-org/hcaptcha-rs/pull/1360
12921293
[#1361]: https://github.com/jerus-org/hcaptcha-rs/pull/1361
12931294
[#1362]: https://github.com/jerus-org/hcaptcha-rs/pull/1362
1295+
[#1363]: https://github.com/jerus-org/hcaptcha-rs/pull/1363
12941296
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.26...HEAD
12951297
[3.0.26]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.25...v3.0.26
12961298
[3.0.25]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.24...v3.0.25

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
5959
tracing-test = "0.2.5"
6060
wiremock = "0.6.3"
6161
trybuild = "1.0.105"
62-
uuid = { version = "1.16.0", features = ["v4"] }
62+
uuid = { version = "1.17.0", features = ["v4"] }
6363
url = "2.5.4"
6464
wasm-bindgen = "0.2.100"
6565
wasm-bindgen-futures = "0.4.50"

0 commit comments

Comments
 (0)