Skip to content

Commit

Permalink
Update sqlite requirement from 0.34.0 to 0.35.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: sqlite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 1305a46 commit f7040d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ venndb-macros = { version = "0.4.0", path = "venndb-macros" }
[dev-dependencies]
divan = "0.1.14"
itertools = "0.12.1"
sqlite = "0.34.0"
sqlite = "0.35.0"

[[bench]]
name = "proxydb"
Expand Down

0 comments on commit f7040d3

Please sign in to comment.