Skip to content

Commit 3f45613

Browse files
committed
chore: update dependencies
1 parent 3df3df2 commit 3f45613

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

Cargo.lock

Lines changed: 9 additions & 11 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
@@ -27,7 +27,7 @@ version = "0.18.2"
2727
[workspace.dependencies]
2828
anyhow = "1.0.97"
2929
async-trait = "0.1.88"
30-
axum = "0.8.1"
30+
axum = "0.8.3"
3131
criterion = "0.5.1"
3232
diesel = "2.2.8"
3333
diesel_migrations = "2.2.0"
@@ -41,7 +41,7 @@ md-5 = "0.10.6"
4141
num-format = "0.4.4"
4242
pgvector = "0.4.0"
4343
postgres = "0.19.10"
44-
quick-xml = "0.37.2"
44+
quick-xml = "0.37.3"
4545
r2d2_postgres = "0.18.2"
4646
rand = "0.9.0"
4747
regex-lite = "0.1.6"
@@ -65,7 +65,7 @@ tracing = "0.1.41"
6565
tracing-indicatif = "0.3.9"
6666
tracing-subscriber = "0.3.19"
6767
url = "2.5.4"
68-
zip = { version = "2.4.2", default-features = false, features = ["deflate"] }
68+
zip = { version = "2.5.0", default-features = false, features = ["deflate"] }
6969

7070
[workspace.metadata.release]
7171
shared-version = true

0 commit comments

Comments
 (0)