Skip to content

Commit

Permalink
Bump uuid from 0.8.0 -> 1.0.0 (#27)
Browse files Browse the repository at this point in the history
* Bump uuid from 0.8.0 -> 1.0.0

This patch bumps the version of the uuid crate to 1.0.0. This is a
breaking change because uuid is used in the public interface of this
crate.

* fix schemars uuid feature

Co-authored-by: Matthew Donoughe <[email protected]>
  • Loading branch information
kylewillmon and matt-phylum authored Jul 13, 2022
1 parent 324715a commit ac678c1
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 @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
chrono = { version = "0.4.11", default-features = false, features = ["serde"] }
log = "^0.4.6"
schemars = { version = "0.8", features = ["chrono", "uuid08"] }
schemars = { version = "0.8", features = ["chrono", "uuid1"] }
serde = { version = "^1.0", features = ["derive"] }
serde_derive = "1.0"
uuid = { version = "0.8", features = ["serde", "v4"] }
uuid = { version = "1.1.2", features = ["serde", "v4"] }

0 comments on commit ac678c1

Please sign in to comment.