mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
chore(deps): Bump rustls from 0.23.6 to 0.23.7 (#1344)
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.6 to 0.23.7. <details> <summary>Commits</summary> <ul> <li><a href="e45fec43e1
"><code>e45fec4</code></a> Prepare 0.23.7</li> <li><a href="2c72fb0c31
"><code>2c72fb0</code></a> Test for more <code>close_notify</code> conditions</li> <li><a href="7d4e809e5e
"><code>7d4e809</code></a> Ignore duplicative <code>send_close_notify</code> calls</li> <li><a href="ced64bcedf
"><code>ced64bc</code></a> <code>read_tls</code> refuse to read further data after <code>close_notify</code> alert</li> <li><a href="386b6fd2f9
"><code>386b6fd</code></a> Correctly discard data after <code>close_notify</code> alert</li> <li>See full diff in <a href="https://github.com/rustls/rustls/compare/v/0.23.6...v/0.23.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.23.6&new-version=0.23.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
df8880fe4c
commit
054c803eb9
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -2370,7 +2370,7 @@ dependencies = [
|
||||
"postgres-protocol",
|
||||
"pprof",
|
||||
"regex",
|
||||
"rustls 0.23.6",
|
||||
"rustls 0.23.7",
|
||||
"rustls-native-certs",
|
||||
"rustls-pemfile",
|
||||
"semver",
|
||||
@ -3562,9 +3562,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustls"
|
||||
version = "0.23.6"
|
||||
version = "0.23.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "94cf0812de1f0cee6b163ce35c2f57b90e1ef5a2bed57bcf07c16475bac8c852"
|
||||
checksum = "ebbbdb961df0ad3f2652da8f3fdc4b36122f568f968f45ad3316f26c025c677b"
|
||||
dependencies = [
|
||||
"aws-lc-rs",
|
||||
"log",
|
||||
@ -4525,7 +4525,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "04fb792ccd6bbcd4bba408eb8a292f70fc4a3589e5d793626f45190e6454b6ab"
|
||||
dependencies = [
|
||||
"ring",
|
||||
"rustls 0.23.6",
|
||||
"rustls 0.23.7",
|
||||
"tokio",
|
||||
"tokio-postgres",
|
||||
"tokio-rustls 0.26.0",
|
||||
@ -4549,7 +4549,7 @@ version = "0.26.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
||||
dependencies = [
|
||||
"rustls 0.23.6",
|
||||
"rustls 0.23.7",
|
||||
"rustls-pki-types",
|
||||
"tokio",
|
||||
]
|
||||
|
@ -63,7 +63,7 @@ pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
|
||||
pretty_assertions = "1"
|
||||
regex = "1"
|
||||
rstest = "0.19"
|
||||
rustls = "0.23.6"
|
||||
rustls = "0.23.7"
|
||||
# ring feature does not require NASM windows executable, but works slower
|
||||
#rustls = { version = "0.23", default-features = false, features = ["logging", "std", "tls12", "ring"] }
|
||||
rustls-native-certs = "0.7"
|
||||
|
Loading…
Reference in New Issue
Block a user