Skip to content

Commit 0be8983

Browse files
build(deps): bump uuid in the rust-minor-patch group (#280)
Bumps the rust-minor-patch group with 1 update: [uuid](https://github.com/uuid-rs/uuid). Updates `uuid` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.10.0...1.11.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a93d8eb commit 0be8983

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
@@ -36,4 +36,4 @@ tokio = { version = "1.40.0", default-features = false, features = ["macros", "r
3636
tracing = { version = "0.1.40", default-features = false }
3737
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt", "ansi", "env-filter"] }
3838
url = { version = "2.5.2", default-features = false, features = ["serde"] }
39-
uuid = { version = "1.10.0", default-features = false, features = ["v4", "fast-rng", "serde"] }
39+
uuid = { version = "1.11.0", default-features = false, features = ["v4", "fast-rng", "serde"] }

0 commit comments

Comments
 (0)