mirror of
https://github.com/str4d/rage.git
synced 2025-04-02 02:17:42 +03:00
v0.11.1
This commit is contained in:
parent
383b6f52aa
commit
a82a76a849
9 changed files with 10 additions and 10 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -60,7 +60,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "age"
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"aes-gcm",
|
||||
|
@ -2042,7 +2042,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rage"
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
dependencies = [
|
||||
"age",
|
||||
"chrono",
|
||||
|
|
|
@ -15,7 +15,7 @@ repository = "https://github.com/str4d/rage"
|
|||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
age = { version = "0.11.0", path = "age" }
|
||||
age = { version = "0.11.1", path = "age" }
|
||||
age-core = { version = "0.11.0", path = "age-core" }
|
||||
|
||||
# Dependencies required by the age specification:
|
||||
|
|
|
@ -10,7 +10,7 @@ to 1.0.0 are beta releases.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.6.1, 0.7.2, 0.8.2, 0.9.3, 0.10.1] - 2024-11-18
|
||||
## [0.6.1, 0.7.2, 0.8.2, 0.9.3, 0.10.1, 0.11.1] - 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "age"
|
||||
description = "[BETA] A simple, secure, and modern encryption library."
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
|
|
|
@ -10,7 +10,7 @@ to 1.0.0 are beta releases.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.6.1, 0.7.2, 0.8.2, 0.9.3, 0.10.1] - 2024-11-18
|
||||
## [0.6.1, 0.7.2, 0.8.2, 0.9.3, 0.10.1, 0.11.1] - 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "rage"
|
||||
description = "[BETA] A simple, secure, and modern encryption tool."
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin.name = "rage-keygen"
|
||||
args = "--version"
|
||||
stdout = """
|
||||
rage-keygen 0.11.0
|
||||
rage-keygen 0.11.1
|
||||
"""
|
||||
stderr = ""
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin.name = "rage-mount"
|
||||
args = "--version"
|
||||
stdout = """
|
||||
rage-mount 0.11.0
|
||||
rage-mount 0.11.1
|
||||
"""
|
||||
stderr = ""
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin.name = "rage"
|
||||
args = "--version"
|
||||
stdout = """
|
||||
rage 0.11.0
|
||||
rage 0.11.1
|
||||
"""
|
||||
stderr = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue