From 662b958a0bc4b3d98e7e3edabe7b58de482da831 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 26 Feb 2025 15:09:51 +1100
Subject: [PATCH] build(deps): bump uuid from 1.11.0 to 1.14.0 in /rust (#8243)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.14.0.
Sourced from uuid's
releases. Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.13.2...v1.14.0 Full Changelog: https://github.com/uuid-rs/uuid/compare/1.13.1...v1.13.2 Full Changelog: https://github.com/uuid-rs/uuid/compare/1.13.0...1.13.1 This release updates our version of Upgrade your version of You'll also need to enable the [dependencies.getrandom]
</tr></table>
Release notes
v1.14.0
What's Changed
@tysen in uuid-rs/uuid#806@KodrAus in uuid-rs/uuid#807New Contributors
@tysen made
their first contribution in uuid-rs/uuid#806v1.13.2
What's Changed
@KodrAus in uuid-rs/uuid#804@KodrAus in uuid-rs/uuid#8051.13.1
What's Changed
wasm32 with atomics by @bushrat011899
in uuid-rs/uuid#797@KodrAus in uuid-rs/uuid#799New Contributors
@bushrat011899
made their first contribution in uuid-rs/uuid#7971.13.0
:warning: Potential Breakage
getrandom to
0.3 and rand to 0.9. It is a
potentially breaking change for the following
users:no-std users who enable the
rng featureuuid still uses getrandom by default on
these platforms. Upgrade your version of getrandom and follow
its new docs on configuring a custom backend.wasm32-unknown-unknown users who enable the
rng feature without the js featuregetrandom and follow
its new docs on configuring a backend.rng-getrandom or
rng-rand feature of uuid to force it to use
getrandom as its backend:[dependencies.uuid]
version = "1.13.0"
- features = ["v4"]
+ features = ["v4", "rng-getrandom"]
... (truncated)
bf5b0b8
Merge pull request #807 from
uuid-rs/cargo/v1.14.0daa0794
prepare for 1.14.0 release6bd7bc7
Merge pull request #806 from
tysen/add-fromstr-impls-to-fmt5b0ca42
Add FromStr impls to the fmt structsd8871b3
Merge pull request #805 from
uuid-rs/cargo/v1.13.27044210
prepare for 1.13.2 release7893ecc
Merge pull request #804 from
uuid-rs/fix/wasm-no-rngbf28001
update feature docs920e8b1
add a more descriptive compile error when no rng source is available on
wasm5421417
Merge pull request #799 from
uuid-rs/cargo/1.13.1