Skip to content

Commit

Permalink
rust: Update uuid to 1.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Martin <[email protected]>
  • Loading branch information
marcan committed Apr 9, 2024
1 parent 95d67cf commit 313547d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = [ "staticlib" ]
[dependencies]
fatfs = { path = "vendor/rust-fatfs", default-features = false, features = ["lfn", "alloc"] }
cstr_core = "0.2.5"
uuid = { version = "1.0.0-alpha.1", default-features = false }
uuid = { version = "1.7.0", default-features = false }
cty = "0.2.2"

[patch.crates-io]
Expand Down
2 changes: 1 addition & 1 deletion rust/vendor/uuid

0 comments on commit 313547d

Please sign in to comment.