feat: update versions
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -1,27 +1,27 @@
|
||||
[package]
|
||||
name = "local-mini-kms"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
zeroize = "1.5.7"
|
||||
zeroize = "1.5"
|
||||
clap = "2.33"
|
||||
hex = "0.4"
|
||||
base64 = "0.13.0"
|
||||
sha2 = "0.10.2"
|
||||
base64 = "0.13"
|
||||
sha2 = "0.10"
|
||||
lazy_static = "1.4.0"
|
||||
serde_derive = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
josekit = "0.8.1"
|
||||
josekit = "0.8"
|
||||
secmem-proc = "0.1.1"
|
||||
seckey = "0.11.2"
|
||||
rust_util = { version = "0.6", features = ["use_clap"] }
|
||||
tokio = { version = "1.19", features = ["full"] }
|
||||
hyper = { version = "0.14.20", features = ["client", "server", "tcp", "http1", "http2"] }
|
||||
rusqlite = "0.28.0"
|
||||
hyper = { version = "0.14", features = ["client", "server", "tcp", "http1", "http2"] }
|
||||
rusqlite = "0.28"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
procfs = "0.13.2"
|
||||
procfs = "0.13"
|
||||
|
||||
Reference in New Issue
Block a user