Skip to content

Commit

Permalink
Cargo: update uuid to 1.8 to fix clippy failures
Browse files Browse the repository at this point in the history
Clippy of Rust 1.77 or newer started checking out of bounds strictly,
so clippy started failing with uuid 1.6 or older. Update clippy to
the latest version to fix that.

See also uuid-rs/uuid#721.

Debugged-by @pothos.
  • Loading branch information
dongsupark committed Apr 5, 2024
1 parent 5f98253 commit 5452456
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ reqwest = { version = "0.11", features = ["blocking"] }
sha2 = "0.10"
tempfile = "3.8.1"
url = "2"
uuid = "1.2"
uuid = "1.8"

[dependencies.hard-xml]
path = "vendor/hard-xml"
Expand Down

0 comments on commit 5452456

Please sign in to comment.