Skip to content

Commit

Permalink
Merge pull request #1849 from containers/dependabot/cargo/uuid-1.6.1
Browse files Browse the repository at this point in the history
build(deps): bump uuid from 1.5.0 to 1.6.1
  • Loading branch information
openshift-merge-bot[bot] authored Nov 20, 2023
2 parents b60940f + 2ab2625 commit 56f59ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion conmon-rs/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tracing = "0.1.40"
tracing-opentelemetry = "0.22.0"
tracing-subscriber = "0.3.18"
tz-rs = "0.6.14"
uuid = { version = "1.5.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] }

[build-dependencies]
shadow-rs = "0.24.1"
Expand Down

0 comments on commit 56f59ba

Please sign in to comment.