Skip to content

Commit

Permalink
Merge pull request #259 from cea-sec/dependabot/cargo/uuid-1.7.0
Browse files Browse the repository at this point in the history
Build(deps): bump uuid from 1.6.1 to 1.7.0
  • Loading branch information
serpilliere authored Feb 12, 2024
2 parents 6d1e9c8 + c6cd98b commit 90ffbd3
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 sanzu-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
socket2 = {version = "0.5", features=['all'] }
toml = "0.8"
uuid = { version = "1.6", features = ["serde", "v4"] }
uuid = { version = "1.7", features = ["serde", "v4"] }
x509-parser = "0.15"
libgssapi = { version = "0.7", optional = true }

Expand Down

0 comments on commit 90ffbd3

Please sign in to comment.