@@ -3,7 +3,7 @@ members = ["xtask", "rar-common"]
33
44[package ]
55name = " rootasrole"
6- version = " 3.3.1 "
6+ version = " 3.3.2 "
77rust-version = " 1.83.0"
88authors = [" Eddie Billoir <lechatp@outlook.fr>" ]
99edition = " 2021"
@@ -59,7 +59,7 @@ hashchecker = ["dep:hex", "dep:sha2"]
5959ssd = []
6060hierarchy = []
6161timeout = []
62- landlock = [" dep:landlock" , " dep:bitflags" ]
62+ landlock = [" dep:landlock" , " dep:bitflags" , " dep:glob " ]
6363editor = [" dep:landlock" , " dep:libseccomp" , " dep:pest" , " dep:pest_derive" , " dep:linked_hash_set" ]
6464
6565[lints .rust ]
@@ -69,7 +69,7 @@ unexpected_cfgs = { level = "allow", check-cfg = ['cfg(tarpaulin_include)'] }
6969toml = { version = " 0.8" , default-features = false , features = [" parse" , " display" , " preserve_order" ] }
7070
7171[dependencies ]
72- rar-common = { path = " rar-common" , version = " 3.3.1 " , package = " rootasrole-core" }
72+ rar-common = { path = " rar-common" , version = " 3.3.2 " , package = " rootasrole-core" }
7373log = { version = " 0.4" , default-features = false , features = [" std" ] }
7474libc = { version = " 0.2" , default-features = false , features = [" std" ]}
7575strum = { version = " 0.26" , default-features = false , features = [" derive" ] }
@@ -87,6 +87,7 @@ bon = { version = "3", default-features = false }
8787nonstick = { version = " 0.1.1" , optional = true }
8888libpam-sys = { version = " 0.2.0" , default-features = false , optional = true }
8989pcre2 = { version = " 0.2" , default-features = false , optional = true }
90+ glob = { version = " 0.3" , default-features = false , optional = true }
9091sha2 = { version = " 0.10" , default-features = false , optional = true }
9192pty-process = { version = " 0.4" , default-features = false , optional = true }
9293once_cell = { version = " 1.20" , default-features = false , optional = true , features = [" std" ] }
0 commit comments