Skip to content

Commit b9f7214

Browse files
committed
chore: update to flate2=1.1.1, quick-xml=0.37.4, zip=2.6.0
1 parent 3f45613 commit b9f7214

File tree

2 files changed

+57
-55
lines changed

2 files changed

+57
-55
lines changed

Cargo.lock

+54-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ axum = "0.8.3"
3131
criterion = "0.5.1"
3232
diesel = "2.2.8"
3333
diesel_migrations = "2.2.0"
34-
flate2 = "1.1.0"
34+
flate2 = "1.1.1"
3535
futures-util = "0.3.31"
3636
hex = "0.4.3"
3737
indicatif = "0.17.11"
@@ -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.3"
44+
quick-xml = "0.37.4"
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.5.0", default-features = false, features = ["deflate"] }
68+
zip = { version = "2.6.0", default-features = false, features = ["deflate"] }
6969

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

0 commit comments

Comments
 (0)