diff --git a/Cargo.lock b/Cargo.lock index 2f760612..30229cac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "age" -version = "0.9.2" +version = "0.9.3" dependencies = [ "aes", "aes-gcm", @@ -1958,7 +1958,7 @@ dependencies = [ [[package]] name = "rage" -version = "0.9.2" +version = "0.9.3" dependencies = [ "age", "chrono", diff --git a/age/CHANGELOG.md b/age/CHANGELOG.md index f4f18403..51a3077a 100644 --- a/age/CHANGELOG.md +++ b/age/CHANGELOG.md @@ -10,7 +10,7 @@ to 1.0.0 are beta releases. ## [Unreleased] -## [0.6.1, 0.7.2, 0.8.2] - 2024-11-18 +## [0.6.1, 0.7.2, 0.8.2, 0.9.3] - 2024-11-18 ### Security - The age plugin protocol previously allowed plugin names that could be interpreted as file paths. Under certain conditions, this could lead to a diff --git a/age/Cargo.toml b/age/Cargo.toml index 63ec0a5f..e20fa97c 100644 --- a/age/Cargo.toml +++ b/age/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "age" description = "[BETA] A simple, secure, and modern encryption library." -version = "0.9.2" +version = "0.9.3" authors = ["Jack Grigg "] repository = "https://github.com/str4d/rage" readme = "README.md" diff --git a/rage/CHANGELOG.md b/rage/CHANGELOG.md index 1686670f..afedde83 100644 --- a/rage/CHANGELOG.md +++ b/rage/CHANGELOG.md @@ -10,7 +10,7 @@ to 1.0.0 are beta releases. ## [Unreleased] -## [0.6.1, 0.7.2, 0.8.2] - 2024-11-18 +## [0.6.1, 0.7.2, 0.8.2, 0.9.3] - 2024-11-18 ### Security - The age plugin protocol previously allowed plugin names that could be interpreted as file paths. Under certain conditions, this could lead to a diff --git a/rage/Cargo.toml b/rage/Cargo.toml index 38a8f41f..42ffd847 100644 --- a/rage/Cargo.toml +++ b/rage/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rage" description = "[BETA] A simple, secure, and modern encryption tool." -version = "0.9.2" +version = "0.9.3" authors = ["Jack Grigg "] repository = "https://github.com/str4d/rage" readme = "../README.md" @@ -54,7 +54,7 @@ maintenance = { status = "experimental" } [dependencies] # rage and rage-keygen dependencies -age = { version = "0.9.2", path = "../age", features = ["armor", "cli-common", "plugin"] } +age = { version = "0.9.3", path = "../age", features = ["armor", "cli-common", "plugin"] } chrono = "0.4" console = { version = "0.15", default-features = false } env_logger = "0.9"