Skip to content

Commit 0586eca

Browse files
Bump uuid from 1.18.1 to 1.20.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.18.1 to 1.20.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.18.1...v1.20.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97f9bd0 commit 0586eca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -131,7 +131,7 @@ tracing = "0.1"
131131
tracing-subscriber = { version = "0.3", features = ["env-filter", "chrono"] }
132132
typed-builder = "0.23"
133133
url = "2.5"
134-
uuid = { version = "1.18", default-features = false, features = ["v4"] }
134+
uuid = { version = "1.20", default-features = false, features = ["v4"] }
135135

136136
[profile.release-with-debug]
137137
inherits = "release"

0 commit comments

Comments
 (0)