dependabot[bot] 18dfbdf914 Update ring requirement from 0.16.20 to 0.17.8 in /robonames
---
updated-dependencies:
- dependency-name: ring
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 22:01:49 +00:00

18 lines
322 B
TOML

[package]
name = "robonames"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
jni = "0.21.1"
data-encoding = "2.4.0"
num = "0.4.1"
ring = "0.17.8"
sha2 = "0.10.1"
prefer-dynamic = "0"
[lib]
crate-type = ["rlib", "dylib"]