Skip to content

Commit 085e349

Browse files
build(deps): bump uuid from 1.10.0 to 1.16.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.10.0 to 1.16.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.10.0...v1.16.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1b6a30 commit 085e349

File tree

2 files changed

+50
-15
lines changed

2 files changed

+50
-15
lines changed

Cargo.lock

Lines changed: 49 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aw-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ log = "0.4"
2525
fern = { version = "0.7", features = ["colored"] }
2626
toml = "0.8"
2727
gethostname = "0.4"
28-
uuid = { version = "1.3", features = ["serde", "v4"] }
28+
uuid = { version = "1.16", features = ["serde", "v4"] }
2929
clap = { version = "4.1", features = ["derive", "cargo"] }
3030
log-panics = { version = "2", features = ["with-backtrace"]}
3131
rust-embed = { version = "8.0.0", features = ["interpolate-folder-path", "debug-embed"] }

0 commit comments

Comments
 (0)