Bump the security group across 1 directory with 6 updates#105
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the security group across 1 directory with 6 updates#105dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
9b502f3 to
3960c79
Compare
Owner
|
@dependabot rebase |
3960c79 to
7aeb271
Compare
7aeb271 to
8fb3ed2
Compare
Bumps the security group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [git2](https://github.com/rust-lang/git2-rs) | `0.20.2` | `0.21.0` | | [time](https://github.com/time-rs/time) | `0.3.44` | `0.3.47` | | [actix-http](https://github.com/actix/actix-web) | `3.11.1` | `3.12.1` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.1` | | [gix-date](https://github.com/GitoxideLabs/gitoxide) | `0.11.0` | `0.11.1` | | [rustls-webpki](https://github.com/rustls/webpki) | `0.103.8` | `0.103.13` | Updates `git2` from 0.20.2 to 0.21.0 - [Changelog](https://github.com/rust-lang/git2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.2...git2-0.21.0) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `actix-http` from 3.11.1 to 3.12.1 - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md) - [Commits](actix/actix-web@http-v3.11.1...http-v3.12.1) Updates `bytes` from 1.10.1 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.10.1...v1.11.1) Updates `gix-date` from 0.11.0 to 0.11.1 - [Release notes](https://github.com/GitoxideLabs/gitoxide/releases) - [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md) - [Commits](GitoxideLabs/gitoxide@gix-date-v0.11.0...gix-date-v0.11.1) Updates `rustls-webpki` from 0.103.8 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.8...v/0.103.13) --- updated-dependencies: - dependency-name: actix-http dependency-version: 3.12.1 dependency-type: indirect dependency-group: security - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect dependency-group: security - dependency-name: git2 dependency-version: 0.20.4 dependency-type: direct:production dependency-group: security - dependency-name: gix-date dependency-version: 0.11.1 dependency-type: indirect dependency-group: security - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect dependency-group: security - dependency-name: time dependency-version: 0.3.47 dependency-type: direct:production dependency-group: security ... Signed-off-by: dependabot[bot] <support@github.com>
8fb3ed2 to
b127181
Compare
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 security group with 6 updates in the / directory:
0.20.20.21.00.3.440.3.473.11.13.12.11.10.11.11.10.11.00.11.10.103.80.103.13Updates
git2from 0.20.2 to 0.21.0Changelog
Sourced from git2's changelog.
... (truncated)
Commits
dffaf27Merge pull request #1256 from weihanglo/changelog84b9c76docs: changelog for git2@0.218c6dc4aMerge pull request #1206 from weihanglo/sha256-git27bd145efix: importObjectFormatin one placefc8af6atest(oid): split_extto test each format separatelyb9bde87test: oid length sanity check57a68e0feat(oid): impl Display for ObjectFormat7acee09chore(ci): test git2 sha256 supportbdf5b7bfix: init example with--object-formatoption9fb4e6arefactor(util): dropunsafefromzeroed_raw_oidUpdates
timefrom 0.3.44 to 0.3.47Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
... (truncated)
Commits
d5144cdv0.3.47 releasef6206b0Guard against integer overflow in release mode1c63dc7Avoid denial of service when parsing Rfc28225940df6Add builder methods to avoid verbose construction00881a4Manually format macros everywherebb723b6Addtrailing_inputmodifier toend31c4f8ePermitW12indate!macro490a17bMark error paths in well-known formats as cold6cb1896OptimizeRfc2822parsing6d264d5Remove erroneous#[inline(never)]attributesUpdates
actix-httpfrom 3.11.1 to 3.12.1Release notes
Sourced from actix-http's releases.
Commits
0fb8945chore(http): prepare v3.12.1 (#4029)3c056bdMerge commit from forke6d0991chore(multipart,derive): prepare 0.8.0 (#4027)4434a49fix(multipart): count ignored fields towardsMultipartFormConfigli… (#4026)be62050fix(multipart): set cap for parser buffering (#4025)be4566dfix(multipart): do not parse with fixed index not to panic (#4024)6d2c2f4chore(http): upgradesha1to 0.11 (#4022)253cd4fchore: address new advisories (#4023)e766ca6chore: upgrade rand to 0.10.1 (#4021)d747959build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.15 to 2.0.16 (#4018)Updates
bytesfrom 1.10.1 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
gix-datefrom 0.11.0 to 0.11.1Changelog
Sourced from gix-date's changelog.
... (truncated)
Commits
21fecdfRelease gix-date v0.11.1, gix-actor v0.36.1, gix-trace v0.1.16, gix-features ...b1616ebAdd report for December 253cf78c3Merge pull request #2272 from GitoxideLabs/copilot/add-gix-date-baseline-testsfad8219refactor7dfb2dafeat: Add comprehensive data parsing support25099c8Merge pull request #2294 from GitoxideLabs/copilot/replace-zip-crate-with-rawzipfb6386bAddress copilot review8c9b4d6refactor60290f1Replace zip crate with rawzip in gix-archiveb77744fMerge pull request #2298 from GitoxideLabs/copilot/replace-libz-rs-sys-with-z...Updates
rustls-webpkifrom 0.103.8 to 0.103.13Release notes
Sourced from rustls-webpki's releases.
... (truncated)
Commits
2879b2cPrepare 0.103.132c49773Improve tests for padding ofBitStringFlags4e3c0b3Correct validation of BIT STRING constraints39c91d2Actually fail closed for URI matching against excluded subtrees27131d4Bump version to 0.103.126ecb876Clean up stuttery enum variant names318b3e6Ignore wildcard labels when matching name constraints1219622Rewrite constraint matching to avoid permissive catch-all branch57bc62cBump version to 0.103.11d0fa01eAllow parsing trust anchors with unknown criticial extensions