Skip to content

Commit f867723

Browse files
authored
Merge pull request #308 from niklaskorz/fix-cve
Fix CVE-2025-62518 by upgrading astral-tokio-tar
2 parents 2ccf3ee + c005e4c commit f867723

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tempfile = "3.5.0"
5858
tokio = {version = "1.28.1", features = ["full"]}
5959
tokio-rusqlite = "0.5.0"
6060
tokio-stream = {version = "0.1.14", features = ["io-util", "tokio-util"]}
61-
astral-tokio-tar = "0.5.1"
61+
astral-tokio-tar = "0.5.6"
6262
tokio-util = {version = "0.7.8", features = ["io", "full"]}
6363
tree_magic = {package = "tree_magic_mini", version = "3.0.3"}
6464

0 commit comments

Comments
 (0)