Skip to content

Commit 8409c94

Browse files
authored
Drop schemars uuid feature as it pulls in an old version
1 parent a881197 commit 8409c94

2 files changed

Lines changed: 5 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dropshot = { version = "0.16.3" }
1515
# has to match dropshot
1616
http = { version = "1.3.1" }
1717
iddqd = { version = "0.3.11" , features = ["schemars08"]}
18-
schemars = { version = "0.8.22", features = [ "chrono", "uuid" ] }
18+
schemars = { version = "0.8.22", features = [ "chrono" ] }
1919
serde = { version = "1.0", default-features = false, features = ["derive"] }
2020
serde_json = { version = "1.0" }
2121
slog = { version = "2.7" }

0 commit comments

Comments
 (0)