diff --git a/Cargo.lock b/Cargo.lock index 507e4af..ca1e0e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1009,7 +1009,6 @@ dependencies = [ "derivative", "env_logger", "hex", - "konst", "landlock", "libc", "libpam-sys", diff --git a/Cargo.toml b/Cargo.toml index b1fcd6a..19a44cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,6 @@ derivative = { version = "2.2", default-features = false } chrono = { version = "0.4", default-features = false, features = ["now"] } const_format = { version = "0.2", default-features = false } bon = { version = "3", default-features = false } -konst = { version = "0.3", default-features = false, features = ["parsing_proc", "iter"]} ## dosr nonstick = { version = "0.1.1", optional = true } libpam-sys = { version = "0.2.0", default-features = false, optional = true } diff --git a/rar-common/Cargo.toml b/rar-common/Cargo.toml index b3cbe8e..7323f54 100644 --- a/rar-common/Cargo.toml +++ b/rar-common/Cargo.toml @@ -28,7 +28,7 @@ syslog = { version= "6.0", default-features = false } env_logger = { version= "0.11", default-features = false } bon = { version = "3", default-features = false, features = ["experimental-overwritable"] } cbor4ii = { version = "1.0", default-features = false, features = ["serde", "serde1", "use_std"] } -konst = { version= "0.3", default-features = false } +konst = { version= "0.3", default-features = false, features = ["parsing_proc", "iter"] } [dev-dependencies] log = { version= "0.4", default-features = false }