chore(deps): bump the cargo group across 1 directory with 7 updates#6
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump the cargo group across 1 directory with 7 updates#6dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the cargo group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.66` | `0.10.72` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.19` | `0.3.20` | | [bytes](https://github.com/tokio-rs/bytes) | `1.9.0` | `1.11.1` | | [jsonwebtoken](https://github.com/Keats/jsonwebtoken) | `8.3.0` | `10.3.0` | | [lru](https://github.com/jeromefroe/lru-rs) | `0.12.4` | `0.12.5` | | [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.3` | `0.11.14` | | [thin-vec](https://github.com/mozilla/thin-vec) | `0.2.13` | `0.2.16` | Updates `openssl` from 0.10.66 to 0.10.72 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.66...openssl-v0.10.72) Updates `tracing-subscriber` from 0.3.19 to 0.3.20 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20) Updates `bytes` from 1.9.0 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.9.0...v1.11.1) Updates `jsonwebtoken` from 8.3.0 to 10.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v8.3.0...v10.3.0) Updates `lru` from 0.12.4 to 0.12.5 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.12.4...0.12.5) Updates `quinn-proto` from 0.11.3 to 0.11.14 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.3...quinn-proto-0.11.14) Updates `thin-vec` from 0.2.13 to 0.2.16 - [Changelog](https://github.com/mozilla/thin-vec/blob/main/RELEASES.md) - [Commits](mozilla/thin-vec@v0.2.13...v0.2.16) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.72 dependency-type: direct:production dependency-group: cargo - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production dependency-group: cargo - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production dependency-group: cargo - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production dependency-group: cargo - dependency-name: lru dependency-version: 0.12.5 dependency-type: indirect dependency-group: cargo - dependency-name: quinn-proto dependency-version: 0.11.14 dependency-type: indirect dependency-group: cargo - dependency-name: thin-vec dependency-version: 0.2.16 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Superseded by #7. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo group with 7 updates in the / directory:
0.10.660.10.720.3.190.3.201.9.01.11.18.3.010.3.00.12.40.12.50.11.30.11.140.2.130.2.16Updates
opensslfrom 0.10.66 to 0.10.72Release notes
Sourced from openssl's releases.
... (truncated)
Commits
87085bdMerge pull request #2390 from alex/uaf-fixd1a12e2Fixed two UAFs and bumped versions for release7c7b2e6Merge pull request #2389 from skmcgrail/aws-lc-follow-up34a477bUse --experimental with bindgen-cli with aws-lc buildd4bf071Merge pull request #2386 from skmcgrail/aws-lc-follow-upa86bf67Remove comment705dbfbFix teste0df413Skip final call for LibreSSL 4.1.0 for CCM mode2f1164bEnable additional capabilities for AWS-LCdde9ffbMerge pull request #1805 from skmcgrail/aws-lc-support-finalUpdates
tracing-subscriberfrom 0.3.19 to 0.3.20Release notes
Sourced from tracing-subscriber's releases.
Commits
4c52ca5fmt: fix ANSI escape sequence injection vulnerability (#3368)f71cebesubscriber: impl Clone for EnvFilter (#3360)3a1f571Fix CI (#3361)e63ef57chore: prepare tracing-attributes 0.1.30 (#3316)6e59a13attributes: fix tracing::instrument regression around shadowing (#3311)e4df761tracing: update core to 0.1.34 and attributes to 0.1.29 (#3305)643f392chore: prepare tracing-attributes 0.1.29 (#3304)d08e7a6chore: prepare tracing-core 0.1.34 (#3302)6e70c57tracing-subscriber: count numbers of enters inTimings(#2944)c01d4fdfix docs and enable CI onmainbranch (#3295)Updates
bytesfrom 1.9.0 to 1.11.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
417dccdRelease bytes v1.11.1 (#820)d0293b0Merge commit from forka7952fbchore: prepare bytes v1.11.0 (#804)60cbb77fix:BytesMutonly reuse if src has remaining (#803)7ce330fMove drop_fn of from_owner into vtable (#801)4b53a29Tweak BytesMut::remaining_mut (#795)016fdbdReserve capacity in BytesMut::put (#794)ef7f257Specialize BytesMut::put::<Bytes> (#793)8b4f54dIgnore BytesMut::freeze doctest on wasm (#790)16132adFix latest clippy warnings (#787)Updates
jsonwebtokenfrom 8.3.0 to 10.3.0Changelog
Sourced from jsonwebtoken's changelog.
Commits
abbc307Fix type confusione99740dfix: bump minimal version requirements (#481)50d15e0Use try_sign to avoid panics (#479)245858fBump some dep122c2edBump action number in CI72e0c7fExpose cryptography backends via CryptoProvider (#452)53a3fc2Do not fail for clippy3226cfcPrepare for releasedfe58f9Remove unnecessary Clone bounds from decode functions (#458)9b3e19cFix function names in README (#457)Updates
lrufrom 0.12.4 to 0.12.5Changelog
Sourced from lru's changelog.
Commits
2d18d2dMerge pull request #203 from jeromefroe/jerome/prepare-0-12-5-releaseb424869Prepare 0.12.5 release1ba5130Merge pull request #202 from torokati44/hashbrown-0.1560a7e71Use top-level DefaultHashBuilder type alias12ed995Update hashbrown to 0.15Updates
quinn-protofrom 0.11.3 to 0.11.14Release notes
Sourced from quinn-proto's releases.
... (truncated)
Commits
2c315aaproto: bump version to 0.11.148ad47f4Use newer rustls-pki-types PEM parser APIc81c028ci: fix workflow syntax0050172ci: pin wasm-bindgen-cli version8a6f82cTake semver-compatible dependency updatese52db4aApply suggestions from clippy 1.916df7275chore: Fixunnecessary_unwrapclippyc8eefa0proto: avoid unwrapping varint decoding during parameters parsing9723a97fuzz: add fuzzing target for parsing transport parameterseaf0ef3Fix over-permissive proto dependency edge (#2385)Updates
thin-vecfrom 0.2.13 to 0.2.16Changelog
Sourced from thin-vec's changelog.
Commits
3c96f1echore: Bump version to v0.2.16df64748Fix two panic=unwind issues.4e3a217ci: Ignore msrv job for now since it just hangs trying to pull deps.63c2f5fgecko-ffi: Fix auto-t-array push.6797813tests: Appease clippy.af81b17ci: Don't use actions-rs/{cargo,clippy-check} as it's not allowed in mozilla/...360f9efUpdate repository URL and various cleanups70bcca0chore: Bump version to v0.2.15322423bFix miri error on extract_if().eca5334Don't make push_unchecked public.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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.