Skip to content

Commit add5830

Browse files
build(deps): bump uuid from 1.11.0 to 1.11.1
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...1.11.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1581586 commit add5830

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -38,7 +38,7 @@ version = "0.12.12"
3838
#default-features = false
3939
features = ["json", "rustls-tls"]
4040
[dependencies.uuid]
41-
version = "1.11.0"
41+
version = "1.11.1"
4242
features = [
4343
"v4", # Lets you generate random UUIDs
4444
"fast-rng", # Use a faster (but still sufficiently random) RNG

0 commit comments

Comments
 (0)