Skip to content

Commit b96ee5a

Browse files
connortsui20SarveshOO7
authored andcommitted
fixes for bad minimal versions
1 parent 986cf00 commit b96ee5a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

optd-persistent/Cargo.lock

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

optd-persistent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sea-orm = { version = "1.1.1", features = [
1313
"with-json",
1414
] }
1515
sea-orm-migration = "1.0.0"
16-
serde_json = "1.0"
16+
serde_json = "1.0.118" # Hash implementation on serde_json::Value
1717
tokio = { version = "1.0.1", features = ["macros", "rt-multi-thread"] }
1818
trait-variant = "0.1.2"
1919

0 commit comments

Comments
 (0)