summaryrefslogtreecommitdiffstats
path: root/vendor/linux-raw-sys/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/linux-raw-sys/Cargo.toml')
-rw-r--r--vendor/linux-raw-sys/Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/vendor/linux-raw-sys/Cargo.toml b/vendor/linux-raw-sys/Cargo.toml
index 55baa0be1..f9f8e707d 100644
--- a/vendor/linux-raw-sys/Cargo.toml
+++ b/vendor/linux-raw-sys/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.63"
name = "linux-raw-sys"
-version = "0.4.7"
+version = "0.4.10"
authors = ["Dan Gohman <dev@sunfishcode.online>"]
exclude = [
"/gen",
@@ -36,6 +36,11 @@ features = [
"default",
"ioctl",
"netlink",
+ "io_uring",
+ "if_ether",
+ "net",
+ "prctl",
+ "elf",
]
targets = [
"x86_64-unknown-linux-gnu",