Skip to content

Commit

Permalink
fixes for bad minimal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 authored and SarveshOO7 committed Nov 17, 2024
1 parent 986cf00 commit b96ee5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions optd-persistent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion optd-persistent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sea-orm = { version = "1.1.1", features = [
"with-json",
] }
sea-orm-migration = "1.0.0"
serde_json = "1.0"
serde_json = "1.0.118" # Hash implementation on serde_json::Value
tokio = { version = "1.0.1", features = ["macros", "rt-multi-thread"] }
trait-variant = "0.1.2"

Expand Down

0 comments on commit b96ee5a

Please sign in to comment.