File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ axum = "0.8.4"
31
31
criterion = " 0.6.0"
32
32
diesel = " 2.2.10"
33
33
diesel_migrations = " 2.2.0"
34
- flate2 = " 1.1.1 "
34
+ flate2 = " 1.1.2 "
35
35
futures-util = " 0.3.31"
36
36
hex = " 0.4.3"
37
37
indicatif = " 0.17.11"
@@ -45,10 +45,10 @@ quick-xml = "0.37.5"
45
45
r2d2_postgres = " 0.18.2"
46
46
rand = " 0.9.1"
47
47
regex-lite = " 0.1.6"
48
- reqwest = { version = " 0.12.18 " , default-features = false }
48
+ reqwest = { version = " 0.12.20 " , default-features = false }
49
49
reqwest-middleware = " 0.4.2"
50
50
reqwest-retry = " 0.7.0"
51
- reqwest-tracing = " 0.5.7 "
51
+ reqwest-tracing = " 0.5.8 "
52
52
semver = " 1.0.26"
53
53
serde = " 1.0.219"
54
54
serde_json = " 1.0.140"
@@ -65,7 +65,7 @@ tracing = "0.1.41"
65
65
tracing-indicatif = " 0.3.9"
66
66
tracing-subscriber = " 0.3.19"
67
67
url = " 2.5.4"
68
- zip = { version = " 4.0 .0" , default-features = false , features = [" deflate" ] }
68
+ zip = { version = " 4.1 .0" , default-features = false , features = [" deflate" ] }
69
69
70
70
[workspace .metadata .release ]
71
71
shared-version = true
You can’t perform that action at this time.
0 commit comments