Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b9f7214

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

File tree

Expand file treeCollapse file tree

2 files changed

+57
-55
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+57
-55
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+54-52Lines changed: 54 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Copy file name to clipboardExpand all lines: Cargo.toml
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.