Skip to content

Commit

Permalink
chore: Upgrade uuid by hand, and remove pinned version (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 authored Dec 3, 2023
1 parent e887fb1 commit 3506ef7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ tokio = { version = "1", features = ["macros"] }
typed-builder = "^0.18"
url = "2"
urlencoding = "2"
# We pin uuid's version to 1.5.0 because this bug: https://github.com/uuid-rs/uuid/issues/720
uuid = "~1.5.0"
uuid = "1.6.1"

0 comments on commit 3506ef7

Please sign in to comment.