mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
chore(deps): bump rcgen from 0.11.2 to 0.11.3
Bumps [rcgen](https://github.com/est31/rcgen) from 0.11.2 to 0.11.3. - [Changelog](https://github.com/rustls/rcgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/est31/rcgen/commits) --- updated-dependencies: - dependency-name: rcgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9bd905b2fe
commit
8db840f620
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -407,9 +407,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rcgen"
|
||||
version = "0.11.2"
|
||||
version = "0.11.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4426f9f4d65c83b570885bee479ba4c5e78d7a5286c8a58e3d2570462121b447"
|
||||
checksum = "52c4f3084aa3bc7dfbba4eff4fab2a54db4324965d8872ab933565e6fbd83bc6"
|
||||
dependencies = [
|
||||
"pem",
|
||||
"ring",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ log = "0.4"
|
|||
mime_guess = "2.0"
|
||||
once_cell = "1.18"
|
||||
percent-encoding = "2.3"
|
||||
rcgen = { version = "0.11.2" }
|
||||
rcgen = { version = "0.11.3" }
|
||||
rustls = "0.21.7"
|
||||
tokio-rustls = "0.24.1"
|
||||
tokio = { version = "1.32", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue