Skip to content

Commit

Permalink
Bump uuid from 1.7.0 to 1.9.1 (#1149)
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.9.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.7.0...1.9.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 03b4b5b commit 72ce2c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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 northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tokio-util = { version = "0.7.10", features = ["codec", "io"], optional = true }
toml = { version = "0.8.14", optional = true }
umask = { version = "2.1.0", optional = true }
url = { version = "2.5.0", features = ["serde"], optional = true }
uuid = { version = "1.7.0", features = ["v4"], optional = true }
uuid = { version = "1.9.1", features = ["v4"], optional = true }
validator = { version = "0.16.1", features = ["derive"] }
zeroize = { version = "1.7.0", optional = true }
zip = { version = "0.6.6", default-features = false, optional = true }
Expand Down

0 comments on commit 72ce2c0

Please sign in to comment.