Skip to content

Commit 7b61eaa

Browse files
fix(deps): update rust crate uuid to 1.15.1 (#1289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0837081 commit 7b61eaa

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
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- deps: update rust crate chrono to 0.4.40(pr [#1286])
1717
- deps: update rust crate clap to 4.5.31(pr [#1287])
1818
- deps: update rust crate macrotest to 1.1.0(pr [#1288])
19+
- deps: update rust crate uuid to 1.15.1(pr [#1289])
1920

2021
## [3.0.10] - 2025-02-22
2122

@@ -1054,6 +1055,7 @@ emitted if a tracing subscriber is not found.
10541055
[#1286]: https://github.com/jerus-org/hcaptcha-rs/pull/1286
10551056
[#1287]: https://github.com/jerus-org/hcaptcha-rs/pull/1287
10561057
[#1288]: https://github.com/jerus-org/hcaptcha-rs/pull/1288
1058+
[#1289]: https://github.com/jerus-org/hcaptcha-rs/pull/1289
10571059
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.10...HEAD
10581060
[3.0.10]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.9...v3.0.10
10591061
[3.0.9]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.8...v3.0.9

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.2"
6161
trybuild = "1.0.103"
62-
uuid = { version = "1.14.0", features = ["v4"] }
62+
uuid = { version = "1.15.1", 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)