Skip to content

Commit

Permalink
Use updated serde_rusqlite version (MIT/Apache2 license) (tracel-ai#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
antimora authored Nov 15, 2023
1 parent 2614944 commit e882d41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ proc-macro2 = "1.0.68"
protobuf-codegen = "3.3"
quote = "1.0.33"
r2d2 = "0.8.10"
r2d2_sqlite = { version = "0.22.0" }
r2d2_sqlite = { version = "0.23.0" }
rayon = "1.8.0"
rmp-serde = "1.1.2"
rstest = "0.18.2"
rusqlite = { version = "0.29" }
rusqlite = { version = "0.30.0" }
sanitize-filename = "0.5.0"
serde_rusqlite = "0.33.1"
serde_rusqlite = "0.34.0"
spin = { version = "0.9.8", features = ["mutex", "spin_mutex"] }
strum = "0.25.0"
strum_macros = "0.25.2"
Expand Down

0 comments on commit e882d41

Please sign in to comment.