Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21ee64c

Browse files
authored
Bump linux-raw-sys from 0.11 to 0.12 (#9019)
* Bump linux-raw-sys from 0.11 to 0.12 * deny.toml: add linux-raw-sys to skip list
1 parent ac87b4a commit 21ee64c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Cargo.lock

Lines changed: 8 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
@@ -338,7 +338,7 @@ jiff = { version = "0.2.10", default-features = false, features = [
338338
"tz-system",
339339
] }
340340
libc = "0.2.172"
341-
linux-raw-sys = "0.11"
341+
linux-raw-sys = "0.12"
342342
lscolors = { version = "0.21.0", default-features = false, features = [
343343
"gnu_legacy",
344344
] }

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ skip = [
107107
{ name = "zerocopy", version = "0.7.35" },
108108
# zerocopy
109109
{ name = "zerocopy-derive", version = "0.7.35" },
110+
# rustix
111+
{ name = "linux-raw-sys", version = "0.11.0" },
110112
]
111113
# spell-checker: enable
112114

0 commit comments

Comments
 (0)