Skip to content

Commit

Permalink
Update ring dependency to 0.17
Browse files Browse the repository at this point in the history
This change updates the ring dependency we consume to 0.17.
  • Loading branch information
d-e-s-o committed Dec 19, 2023
1 parent 267f419 commit aa88d99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Unreleased
----------
- Bumped `ring` dependency to `0.17`


0.1.4
-----
- Switched from using `ssh-agent` to `ssh-agent-lib`
Expand Down
22 changes: 2 additions & 20 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
# Cargo.toml

#/***************************************************************************
# * Copyright (C) 2019-2022 Daniel Mueller (deso@posteo.net) *
# * *
# * This program is free software: you can redistribute it and/or modify *
# * it under the terms of the GNU General Public License as published by *
# * the Free Software Foundation, either version 3 of the License, or *
# * (at your option) any later version. *
# * *
# * This program is distributed in the hope that it will be useful, *
# * but WITHOUT ANY WARRANTY; without even the implied warranty of *
# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
# * GNU General Public License for more details. *
# * *
# * You should have received a copy of the GNU General Public License *
# * along with this program. If not, see <http://www.gnu.org/licenses/>. *
# ***************************************************************************/

[package]
name = "ssh-gpg-agent"
version = "0.1.4"
Expand Down Expand Up @@ -75,5 +56,6 @@ features = ["agent"]
version = "0.1.3"

[dependencies.ring]
version = "0.16"
version = "0.17"
default-features = false
features = ["std"]

0 comments on commit aa88d99

Please sign in to comment.