Skip to content

Commit

Permalink
Bump uuid from 1.4.1 to 1.7.0 (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 5640e9b commit e41f777
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 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.8", optional = true }
umask = { version = "2.1.0", optional = true }
url = { version = "2.5.0", features = ["serde"], optional = true }
uuid = { version = "1.4.1", features = ["v4"], optional = true }
uuid = { version = "1.7.0", 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 e41f777

Please sign in to comment.