mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
chore(deps): bump rcgen from 0.14.3 to 0.14.4
Bumps [rcgen](https://github.com/rustls/rcgen) from 0.14.3 to 0.14.4. - [Release notes](https://github.com/rustls/rcgen/releases) - [Commits](https://github.com/rustls/rcgen/commits) --- updated-dependencies: - dependency-name: rcgen dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e781609383
commit
2114ff8736
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -626,9 +626,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rcgen"
|
||||
version = "0.14.3"
|
||||
version = "0.14.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0068c5b3cab1d4e271e0bb6539c87563c43411cad90b057b15c79958fbeb41f7"
|
||||
checksum = "4c83367ba62b3f1dbd0f086ede4e5ebfb4713fb234dbbc5807772a31245ff46d"
|
||||
dependencies = [
|
||||
"ring",
|
||||
"rustls-pki-types",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ glob = "0.3"
|
|||
log = "0.4"
|
||||
mime_guess = "2.0"
|
||||
percent-encoding = "2.3"
|
||||
rcgen = { version = "0.14.3", default-features = false, features = ["ring"] }
|
||||
rcgen = { version = "0.14.4", default-features = false, features = ["ring"] }
|
||||
tokio-rustls = { version = "0.26.2", default-features = false, features = ["logging", "ring", "tls12"] }
|
||||
tokio = { version = "1.47", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
url = "2.5.5"
|
||||
|
|
|
|||
Loading…
Reference in a new issue