Skip to content

Commit

Permalink
chore: version 2024.11.23
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Nov 23, 2024
1 parent bc55cb1 commit d59cfe3
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 43 deletions.
108 changes: 69 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shh"
version = "2024.6.4"
version = "2024.11.23"
authors = ["Maxime Desbrus <[email protected]>"]
description = "Automatic systemd service hardening guided by strace profiling"
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ strip = true
[dependencies]
anyhow = { version = "1.0.93", default-features = false, features = ["std", "backtrace"] }
bincode = { version = "1.3.3", default-features = false }
clap = { version = "4.5.20", default-features = false, features = ["std", "color", "help", "usage", "error-context", "suggestions", "derive"] }
clap = { version = "4.5.21", default-features = false, features = ["std", "color", "help", "usage", "error-context", "suggestions", "derive"] }
function_name = { version = "0.3.0", default-features = false, optional = true }
itertools = { version = "0.13.0", default-features = false, features = ["use_std"] }
log = { version = "0.4.22", default-features = false, features = ["max_level_trace", "release_max_level_info"] }
Expand All @@ -24,7 +24,7 @@ pest = { version = "2.7.14", default-features = false, features = ["std", "memch
pest_derive = { version = "2.7.14", default-features = false, features = ["std"], optional = true}
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
regex = { version = "1.11.1", default-features = false, features = ["std", "perf"] }
serde = { version = "1.0.214", default-features = false, features = ["std", "derive"] }
serde = { version = "1.0.215", default-features = false, features = ["std", "derive"] }
signal-hook = { version = "0.3.17", default-features = false, features = ["iterator"] }
simple_logger = { version = "5.0.0", default-features = false, features = ["colors", "stderr"] }
strum = { version = "0.26.3", default-features = false, features = ["std", "derive"] }
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUST_LOG=warn cargo run -- list-systemd-options > systemd_options.md
git add Cargo.{toml,lock} systemd_options.md

git commit -m "chore: version ${VERSION}"
git tag -f -m "Version ${VERSION}" "${VERSION}"
git tag -f -m "Version ${VERSION}" "v${VERSION}"

0 comments on commit d59cfe3

Please sign in to comment.