Skip to content

Commit

Permalink
Merge pull request #5637 from cakebaker/bump_xattr
Browse files Browse the repository at this point in the history
Bump xattr from 1.1.1 to 1.1.3 & adapt deny.toml
  • Loading branch information
sylvestre authored Dec 16, 2023
2 parents 57cd69b + 116245b commit 98625b5
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 15 deletions.
96 changes: 82 additions & 14 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ utf-8 = "0.7.6"
walkdir = "2.4"
winapi-util = "0.1.6"
windows-sys = { version = "0.48.0", default-features = false }
xattr = "1.1.1"
xattr = "1.1.3"
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }

hex = "0.4.3"
Expand Down
18 changes: 18 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,12 @@ skip = [
{ name = "rustix", version = "0.37.26" },
# various crates
{ name = "windows-sys", version = "0.45.0" },
# various crates
{ name = "windows-sys", version = "0.48.0" },
# windows-sys
{ name = "windows-targets", version = "0.42.2" },
# windows-sys
{ name = "windows-targets", version = "0.48.0" },
# windows-targets
{ name = "windows_aarch64_gnullvm", version = "0.42.2" },
# windows-targets
Expand All @@ -80,6 +84,20 @@ skip = [
{ name = "windows_x86_64_gnullvm", version = "0.42.2" },
# windows-targets
{ name = "windows_x86_64_msvc", version = "0.42.2" },
# windows-targets
{ name = "windows_aarch64_gnullvm", version = "0.48.0" },
# windows-targets
{ name = "windows_aarch64_msvc", version = "0.48.0" },
# windows-targets
{ name = "windows_i686_gnu", version = "0.48.0" },
# windows-targets
{ name = "windows_i686_msvc", version = "0.48.0" },
# windows-targets
{ name = "windows_x86_64_gnu", version = "0.48.0" },
# windows-targets
{ name = "windows_x86_64_gnullvm", version = "0.48.0" },
# windows-targets
{ name = "windows_x86_64_msvc", version = "0.48.0" },
# various crates
{ name = "syn", version = "1.0.109" },
# various crates
Expand Down

0 comments on commit 98625b5

Please sign in to comment.