Skip to content

Commit 3ea5c8a

Browse files
dependabot[bot]DanielHaimanot
authored andcommitted
build(deps): bump the patch-versions group with 2 updates
Bumps the patch-versions group with 2 updates: [pin-project-lite](https://github.com/taiki-e/pin-project-lite) and [rustls](https://github.com/rustls/rustls). Updates `pin-project-lite` from 0.2.16 to 0.2.17 - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project-lite@v0.2.16...v0.2.17) Updates `rustls` from 0.23.36 to 0.23.37 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.36...v/0.23.37) --- updated-dependencies: - dependency-name: pin-project-lite dependency-version: 0.2.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: rustls dependency-version: 0.23.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d196f19 commit 3ea5c8a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ async-recursion = "1.1"
159159
pin-project-lite = "0.2"
160160
#
161161
rustls-pki-types = { version = "1", default-features = false }
162-
rustls = { version = "0.23.35", default-features = false, features = ["std", "tls12", "brotli"] }
162+
rustls = { version = "0.23.37", default-features = false, features = ["std", "tls12", "brotli"] }
163163
tokio-rustls = { version = "0.26", default-features = false, features = ["tls12"] }
164164
quinn = { version = "0.11", default-features = false, features = ["runtime-tokio"] }
165165
quinn-udp = { version = "0.5.9", default-features = false, features = ["fast-apple-datapath"] }

0 commit comments

Comments
 (0)