Skip to content

Commit e3b924b

Browse files
build(deps): bump uuid from 1.17.0 to 1.18.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c19142 commit e3b924b

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.

conmon-rs/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tracing = { version = "0.1.41", default-features = false }
4848
tracing-opentelemetry = { version = "0.31.0", default-features = false }
4949
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt"] }
5050
tz-rs = { version = "0.7.0", default-features = false, features = ["std"] }
51-
uuid = { version = "1.17.0", default-features = false, features = ["v4", "fast-rng", "macro-diagnostics"] }
51+
uuid = { version = "1.18.0", default-features = false, features = ["v4", "fast-rng", "macro-diagnostics"] }
5252

5353
[build-dependencies]
5454
shadow-rs = { version = "1.2.1", default-features = false, features = ["build"] }

0 commit comments

Comments
 (0)