You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Bump hyper-rustls from 0.23.0 to 0.23.1
Bumps [hyper-rustls](https://github.com/ctz/hyper-rustls) from 0.23.0 to 0.23.1. - [Release notes](https://github.com/ctz/hyper-rustls/releases) - [Commits](https://github.com/ctz/hyper-rustls/compare/v/0.23.0...v/0.23.1) --- updated-dependencies: - dependency-name: hyper-rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
8ebc6710fc
commit
bbf452d795
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2074,9 +2074,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "hyper-rustls"
|
||||
version = "0.23.0"
|
||||
version = "0.23.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
|
||||
checksum = "59df7c4e19c950e6e0e868dcc0a300b09a9b88e9ec55bd879ca819087a77355d"
|
||||
dependencies = [
|
||||
"http",
|
||||
"hyper",
|
||||
|
@ -15,7 +15,7 @@ headers = "0.3.8"
|
||||
http = "0.2.8"
|
||||
http-body = "0.4.5"
|
||||
hyper = "0.14.23"
|
||||
hyper-rustls = { version = "0.23.0", features = ["http1", "http2"], default-features = false, optional = true }
|
||||
hyper-rustls = { version = "0.23.1", features = ["http1", "http2"], default-features = false, optional = true }
|
||||
once_cell = "1.16.0"
|
||||
opentelemetry = "0.18.0"
|
||||
opentelemetry-http = "0.7.0"
|
||||
|
Reference in New Issue
Block a user