Skip to content

Commit e947436

Browse files
Bump uuid from 1.20.0 to 1.21.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4f8c6a commit e947436

File tree

2 files changed

+179
-6
lines changed

2 files changed

+179
-6
lines changed

Cargo.lock

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

observer_ward/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde_yaml = "0.9"
2424
serde_json = "1"
2525
dirs = "6.0.0"
2626
futures = { version = "0.3.32" }
27-
uuid = { version = "1.20.0", features = ["v4"] }
27+
uuid = { version = "1.21.0", features = ["v4"] }
2828
thiserror = "2"
2929
tracing = "0.1"
3030
tracing-subscriber = { version = "=0.3.22", features = ["env-filter", "fmt"] }

0 commit comments

Comments
 (0)