Skip to content

Commit 6e9797e

Browse files
chore: update deps
Signed-off-by: Henry Gressmann <[email protected]>
1 parent df2e1ec commit 6e9797e

File tree

5 files changed

+66
-91
lines changed

5 files changed

+66
-91
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name="liwan"
33
version="1.2.1"
44
edition="2024"
5-
rust-version="1.87"
5+
rust-version="1.88"
66
repository="https://github.com/explodingcamera/liwan"
77
license="Apache-2.0"
88
publish=false
@@ -65,9 +65,9 @@ rustls={version="0.23", features=["aws_lc_rs"]}
6565

6666
# database
6767
duckdb={version="1.3", features=["buildtime_bindgen", "bundled", "chrono", "r2d2"]}
68-
rusqlite={version="0.36", features=["bundled", "modern_sqlite", "chrono"]}
68+
rusqlite={version="0.37", features=["bundled", "modern_sqlite", "chrono"]}
6969
r2d2={version="0.8", default-features=false}
70-
r2d2_sqlite="0.30"
70+
r2d2_sqlite="0.31"
7171
refinery={version="0.8", default-features=false}
7272
refinery-core={version="0.8", default-features=false}
7373
maxminddb={version="0.26", optional=true, features=["simdutf8"]}

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
33
"assist": {
44
"enabled": true,
55
"actions": { "recommended": true, "source": { "recommended": true, "organizeImports": "off" } }

0 commit comments

Comments
 (0)