This commit is contained in:
Jack Grigg 2024-11-18 06:46:08 +00:00
parent bbe157839f
commit 2b501beff2
5 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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

View file

@ -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 <thestr4d@gmail.com>"]
repository = "https://github.com/str4d/rage"
readme = "README.md"

View file

@ -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

View file

@ -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 <thestr4d@gmail.com>"]
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"