Skip to content

Commit e4bdce8

Browse files
chore: upgrade duckdb & astro
Signed-off-by: Henry <mail@henrygressmann.de>
1 parent ebef7fb commit e4bdce8

22 files changed

+511
-305
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async-compression={version="0.4", default-features=false, features=["gzip", "tok
3232
tokio-tar={package="astral-tokio-tar", version="0.5"}
3333
blake3={version="1.8"}
3434
argon2={version="0.6.0-rc.7", features=[]}
35-
password-hash={version="0.6.0-rc.12", features=[
35+
password-hash={version="0.6.0", features=[
3636
"rand_core",
3737
"getrandom",
3838
]} # required for getrandom feature
@@ -81,7 +81,7 @@ rust-embed={version="8.11", features=["mime-guess"]}
8181
reqwest={version="0.13", default-features=false, features=["json", "stream", "charset", "rustls"]}
8282

8383
# database
84-
duckdb={version="1.4", features=["buildtime_bindgen", "chrono", "bundled", "r2d2"]}
84+
duckdb={version="1.10500", features=["buildtime_bindgen", "chrono", "bundled", "r2d2"]}
8585
rusqlite={version="0.38", features=["bundled", "modern_sqlite", "chrono"]}
8686
r2d2={version="0.8", default-features=false}
8787
refinery={version="0.9", default-features=false}

data/images/liwan-desktop-dark.png

-79.8 KB
Loading
-85 KB
Loading

data/images/liwan-desktop-full.png

-82.7 KB
Loading

data/images/liwan-desktop.png

-74.9 KB
Loading

data/licenses-cargo.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/licenses-npm.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

scripts/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/distroless/cc-debian13:nonroot
1+
FROM gcr.io/distroless/debian13:nonroot
22
ARG TARGETARCH
33

44
ENV LIWAN_CONFIG=/liwan.config.toml

0 commit comments

Comments
 (0)