Skip to content

Commit 581fb34

Browse files
build(deps): bump uuid from 1.19.0 to 1.20.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.19.0...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 2b1434b commit 581fb34

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -110,7 +110,7 @@ globset = { version = "0.4.16", features = ["simd-accel"], default-features = fa
110110
regex = {version = "1.11.1", optional = true, default-features = false }
111111
semver = {version = "1.0.25", optional = true, default-features = false }
112112
url = { version = "2.5.4", optional = true }
113-
uuid = { version = "1.15.1", default-features = false, features = ["v4", "fast-rng"], optional = true }
113+
uuid = { version = "1.20.0", default-features = false, features = ["v4", "fast-rng"], optional = true }
114114
jsonschema = { version = "0.30.0", default-features = false, optional = true }
115115
chrono = { version = "0.4.40", optional = true }
116116
chrono-tz = { version = "0.10.1", optional = true }

0 commit comments

Comments
 (0)