Skip to content

Commit 0c2b41b

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

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
@@ -76,7 +76,7 @@ strum = "0.27"
7676
strum_macros = "0.27"
7777
tokio = { version = "1", features = ["macros", "sync", "rt"] }
7878
thiserror = "2.0"
79-
uuid = { version = "^1.20.0", features = ["serde", "v4"] }
79+
uuid = { version = "^1.21.0", features = ["serde", "v4"] }
8080
url = { version = "2", optional = true }
8181

8282
## wasm-only dependencies.

0 commit comments

Comments
 (0)