Skip to content

Commit e2ddf35

Browse files
build(deps): bump uuid from 1.10.0 to 1.11.0 (#79)
Bumps [uuid](https://github.com/uuid-rs/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e624cb commit e2ddf35

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 @@ serenity = { version = "0.12.0", default-features=false, features = ["builder",
3434
sqlx = { version = "0.8.0", features = ["runtime-tokio", "any", "postgres", "mysql", "sqlite", "tls-native-tls", "migrate", "macros", "uuid", "chrono", "json"] }
3535
thiserror = "1.0.52"
3636
tokio = { version = "1.35.1", features = ["full"] }
37-
uuid = { version = "1.10.0", features = ["fast-rng", "macro-diagnostics", "v4"] }
37+
uuid = { version = "1.11.0", features = ["fast-rng", "macro-diagnostics", "v4"] }

0 commit comments

Comments
 (0)