Skip to content

Commit

Permalink
remove serde_json extension for rusqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanierh committed Nov 16, 2023
1 parent 2ee45d9 commit 0240957
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion core/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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rand = "0.8"
uuid = { version = "1.1", features = ["v4"] }
parking_lot = "0.12"
axum = "0.5"
rusqlite = { version = "0.29", features = ["bundled", "serde_json"] }
rusqlite = { version = "0.29", features = ["bundled"] }
tokio-postgres = "0.7"
bb8 = "0.8"
bb8-postgres = "0.8"
Expand Down

0 comments on commit 0240957

Please sign in to comment.