Skip to content

Commit

Permalink
deps: bump age to 0.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Dec 19, 2024
1 parent ddce4f3 commit 180c8bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ crate-type = ["cdylib"]

[dependencies]
age-core = "0.11"
age = { version = "0.11", features = ["ssh", "plugin"] }
age = { version = "0.11.1", features = ["ssh", "plugin"] }
pyo3 = { version = "0.22.6", features = [
"extension-module",
"abi3",
Expand Down

0 comments on commit 180c8bb

Please sign in to comment.