Skip to content

Commit

Permalink
Merge pull request #1 from SeanTater/bump-uuid-dependencies
Browse files Browse the repository at this point in the history
Bump UUID and criterion versions
  • Loading branch information
Martichou authored Jul 8, 2024
2 parents 481ff13 + 4329cf4 commit 17fc6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ categories = ["data-structures", "parser-implementations"]

[dependencies]
anyhow = "1.0"
uuid = { version = "0.8", features = ["v4"] }
uuid = { version = "1.9", features = ["v4"] }

[dev-dependencies]
criterion = "0.3"
criterion = "0.5"

[profile.release]
lto = true
Expand Down

0 comments on commit 17fc6fd

Please sign in to comment.