Skip to content

Commit bd7f74b

Browse files
build(deps): bump uuid from 1.17.0 to 1.18.1 (#76)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.17.0...v1.18.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47637f8 commit bd7f74b

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
@@ -34,4 +34,4 @@ serde-env = { version = "0.2.0", optional = true }
3434
serde_json = { version = "1.0.145", optional = true }
3535
serenity = { version = "0.12.4", features = ["full"], optional = true }
3636
tokio = { version = "1.47.1", features = ["full"], optional = true }
37-
uuid = { version = "1.17.0", features = ["v4", "fast-rng", "serde", "macro-diagnostics"], optional = true }
37+
uuid = { version = "1.18.1", features = ["v4", "fast-rng", "serde", "macro-diagnostics"], optional = true }

0 commit comments

Comments
 (0)