Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backport v2.1] deps: update tar-rs to handle very large uid/gid in image unpack #1398

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde_json = "1.0.51"
sha2 = "0.10.2"
time = { version = "0.3.14", features = ["serde-human-readable"] }
lazy_static = "1.4.0"
xattr = "0.2.2"
xattr = "1.0.1"
nix = "0.24.0"
anyhow = "1.0.35"
base64 = "0.13.0"
Expand All @@ -48,7 +48,7 @@ tokio = { version = "1.18.2", features = ["macros"] }
hyper = "0.14.11"
# pin rand_core to bring in fix for https://rustsec.org/advisories/RUSTSEC-2021-0023
rand_core = "0.6.2"
tar = "0.4.38"
tar = "0.4.40"
mio = { version = "0.8", features = ["os-poll", "os-ext"] }

fuse-backend-rs = { version = "0.9" }
Expand Down
Loading