diff --git a/Cargo.lock b/Cargo.lock index 27026e8..1514a33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ dependencies = [ [[package]] name = "shh" -version = "2023.12.9" +version = "2023.12.16" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index a08d95b..f941a95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shh" -version = "2023.12.9" +version = "2023.12.16" authors = ["Maxime Desbrus "] description = "Automatic systemd service hardening guided by strace profiling" readme = "README.md"