Skip to content

Commit

Permalink
Merge pull request #787 from containers/dependabot/cargo/uuid-1.2.1
Browse files Browse the repository at this point in the history
build(deps): bump uuid from 1.1.2 to 1.2.1
  • Loading branch information
saschagrunert authored Oct 10, 2022
2 parents 1f01f04 + f7cbce7 commit 36b55d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -36,7 +36,7 @@ tokio-util = { version = "0.7.4", features = ["compat"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
tz-rs = "0.6.14"
uuid = { version = "1.1.2", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.2.1", features = ["v4", "fast-rng", "macro-diagnostics"] }

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

0 comments on commit 36b55d1

Please sign in to comment.