mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-30 18:37:32 +08:00
Bump rcgen from 0.9.2 to 0.10.0
Bumps [rcgen](https://github.com/est31/rcgen) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/est31/rcgen/releases) - [Changelog](https://github.com/est31/rcgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/est31/rcgen/compare/v0.9.2...v0.10.0) --- updated-dependencies: - dependency-name: rcgen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
714c6bc242
commit
e280a931db
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3059,9 +3059,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rcgen"
|
||||
version = "0.9.2"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d7fa2d386df8533b02184941c76ae2e0d0c1d053f5d43339169d80f21275fc5e"
|
||||
checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
|
||||
dependencies = [
|
||||
"pem",
|
||||
"ring",
|
||||
|
|
|
@ -19,7 +19,7 @@ dhat = {version = "0.3", optional = true}
|
|||
dialoguer = "0.10"
|
||||
futures = "0.3"
|
||||
notify = "^5.0.0"
|
||||
rcgen = {version = "0.9", features = ["zeroize"]}
|
||||
rcgen = {version = "0.10", features = ["zeroize"]}
|
||||
serde_json = "1.0"
|
||||
serde_yaml = "0.8.23"
|
||||
sea-orm = { version = "^0.9", default-features = false }
|
||||
|
|
Loading…
Add table
Reference in a new issue