Skip to content

Commit c07b410

Browse files
fix(deps): bump ring from 0.17.13 to 0.17.14 (#803)
Bumps [ring](https://github.com/briansmith/ring) from 0.17.13 to 0.17.14. - [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md) - [Commits](https://github.com/briansmith/ring/commits) --- updated-dependencies: - dependency-name: ring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ab44b4 commit c07b410

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ reqwest = { version = "0.12.12", default-features = false, features = [
120120
"socks",
121121
"cookies",
122122
] }
123-
ring = "0.17.8"
123+
ring = "0.17.14"
124124
rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] }
125125
shell-color = { path = "crates/shell-color" }
126126
semver = { version = "1.0.26", features = ["serde"] }

0 commit comments

Comments
 (0)