Skip to content

Commit 7c16668

Browse files
fix(deps): update rust crate uuid to 1.16.0 (#1309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 191f4f8 commit 7c16668

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- deps: update rust crate syn to 2.0.100(pr [#1306])
1919
- deps: update rust crate tokio to 1.44.1(pr [#1307])
2020
- deps: update rust crate mockd to 0.4.43(pr [#1308])
21+
- deps: update rust crate uuid to 1.16.0(pr [#1309])
2122

2223
## [3.0.12] - 2025-03-08
2324

@@ -1104,6 +1105,7 @@ emitted if a tracing subscriber is not found.
11041105
[#1306]: https://github.com/jerus-org/hcaptcha-rs/pull/1306
11051106
[#1307]: https://github.com/jerus-org/hcaptcha-rs/pull/1307
11061107
[#1308]: https://github.com/jerus-org/hcaptcha-rs/pull/1308
1108+
[#1309]: https://github.com/jerus-org/hcaptcha-rs/pull/1309
11071109
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.12...HEAD
11081110
[3.0.12]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.11...v3.0.12
11091111
[3.0.11]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.10...v3.0.11

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -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.104"
62-
uuid = { version = "1.15.1", features = ["v4"] }
62+
uuid = { version = "1.16.0", features = ["v4"] }
6363
url = "2.5.3"
6464
wasm-bindgen = "0.2.100"
6565
wasm-bindgen-futures = "0.4.50"

0 commit comments

Comments
 (0)