Skip to content

Commit f7639ee

Browse files
renovate[bot]Fahl-Design
authored andcommitted
chore(deps): update rust crate tar to 0.4.45 [security] (#11)
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | tar | 0.4.44 | 0.4.45 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b03f67 commit f7639ee

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,22 @@ dialoguer = "0.12.0"
1818
dirs = "6.0.0"
1919
env_logger = "0.11.9"
2020
flate2 = "1.1.9"
21-
fs4 = "0.13.1"
22-
futures-util = "0.3.32"
2321
indicatif = "0.18.4"
24-
log = "0.4.22"
25-
reqwest = { version = "0.13.2", features = ["stream", "rustls", "json"] }
26-
semver = "1.0.27"
22+
log = "0.4.29"
23+
regex = "1.12.3"
24+
reqwest = { version = "0.13.2", features = ["stream", "rustls"] }
25+
scraper = "0.25.0"
2726
serde = { version = "1.0.228", features = ["derive"] }
2827
serde_json = "1.0.149"
29-
tar = "0.4.44"
30-
tokio = { version = "1.50.0", features = ["full"] }
28+
tar = "0.4.45"
29+
thiserror = "2.0.18"
30+
tokio = { version = "1.49.0", features = ["full"] }
3131

3232
[dev-dependencies]
3333
assert_cmd = "2.1.2"
3434
mockito = "1.7.2"
3535
predicates = "3.1.4"
36-
tempfile = "3.26.0"
37-
38-
[build-dependencies]
39-
chrono = "0.4.39"
36+
tempfile = "3.25.0"
4037

4138
# Optimize for binary size and performance
4239
[profile.release]

0 commit comments

Comments
 (0)