Skip to content

Commit 9f837b2

Browse files
fix(deps): update rust crate uuid to 1.14.0 (#1281)
* fix(deps): update rust crate uuid to 1.14.0 * chore: update changelog for pr --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
1 parent fb83333 commit 9f837b2

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
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- deps: update serde packages(pr [#1278])
1414
- deps: update rust crate log to 0.4.26(pr [#1279])
1515
- deps: update rust crate mockd to 0.4.40(pr [#1280])
16+
- deps: update rust crate uuid to 1.14.0(pr [#1281])
1617

1718
## [3.0.9] - 2025-02-15
1819

@@ -1033,6 +1034,7 @@ emitted if a tracing subscriber is not found.
10331034
[#1278]: https://github.com/jerus-org/hcaptcha-rs/pull/1278
10341035
[#1279]: https://github.com/jerus-org/hcaptcha-rs/pull/1279
10351036
[#1280]: https://github.com/jerus-org/hcaptcha-rs/pull/1280
1037+
[#1281]: https://github.com/jerus-org/hcaptcha-rs/pull/1281
10361038
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.9...HEAD
10371039
[3.0.9]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.8...v3.0.9
10381040
[3.0.8]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.7...v3.0.8

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.13.1", features = ["v4"] }
62+
uuid = { version = "1.14.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)