Skip to content

Commit

Permalink
Update ring requirement in the cargo group across 1 directory
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: ring
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2025
1 parent e6acee2 commit 60854ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pbr = "1.0"
secstr = { version = "0.4", features = ["serde"] }

# Crypto-library
ring = "0.16"
ring = "0.17"

# CSV file reading
csv = "1.1"
Expand Down

0 comments on commit 60854ac

Please sign in to comment.