Bump the cargo group across 1 directories with 6 updates#14
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the cargo group across 1 directories with 6 updates#14dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the cargo group with 6 updates in the /. directory: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.12.0` | `1.16.1` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.7.1` | `3.14.0` | | [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.5` | `0.8.19` | | [h2](https://github.com/hyperium/h2) | `0.3.6` | `0.3.22` | | [openssl-src](https://github.com/alexcrichton/openssl-src-rs) | `111.16.0+1.1.1l` | `111.25.0+1.1.1t` | | [regex](https://github.com/rust-lang/regex) | `1.5.4` | `1.7.3` | Updates `tokio` from 1.12.0 to 1.16.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.12.0...tokio-1.16.1) Updates `bumpalo` from 3.7.1 to 3.14.0 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@3.7.1...3.14.0) Updates `crossbeam-utils` from 0.8.5 to 0.8.19 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.5...crossbeam-utils-0.8.19) Updates `h2` from 0.3.6 to 0.3.22 - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](hyperium/h2@v0.3.6...v0.3.22) Updates `openssl-src` from 111.16.0+1.1.1l to 111.25.0+1.1.1t - [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases) - [Commits](https://github.com/alexcrichton/openssl-src-rs/commits) Updates `regex` from 1.5.4 to 1.7.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.5.4...1.7.3) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production dependency-group: cargo-security-group - dependency-name: bumpalo dependency-type: indirect dependency-group: cargo-security-group - dependency-name: crossbeam-utils dependency-type: indirect dependency-group: cargo-security-group - dependency-name: h2 dependency-type: indirect dependency-group: cargo-security-group - dependency-name: openssl-src dependency-type: indirect dependency-group: cargo-security-group - dependency-name: regex dependency-type: indirect dependency-group: cargo-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the cargo group with 6 updates in the /. directory:
1.12.01.16.13.7.13.14.00.8.50.8.190.3.60.3.22111.16.0+1.1.1l111.25.0+1.1.1t1.5.41.7.3Updates
tokiofrom 1.12.0 to 1.16.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
91b9850chore: prepare Tokio v1.16.1 release (#4438)3c46705io: fix take pointer check (#4437)afd2189chore: prepare Tokio v1.16 release (#4431)986b88bchore: update year in LICENSE files (#4429)257053eutil: addspawn_pinned(#3370)5af9e0dsync: add blocking lock methods toRwLock(#4425)8f77ee8net: add generic trait to combine UnixListener and TcpListener (#4385)2747043tests: enable running wasm32-unknown-unknown tests (#4421)2a5071ffeat: implementFramed::map_codec(#4427)621790eio: fixtakewhen using evil reader (#4428)Updates
bumpalofrom 3.7.1 to 3.14.0Changelog
Sourced from bumpalo's changelog.
... (truncated)
Commits
c610d5aBump to version 3.14.07dbb89cMerge pull request #216 from marmeladema/std-io-writecdaaae1Implementstd::io::WriteforVec\<'bump, u8>86c63a4Merge pull request #214 from waywardmonkeys/typo-fixes9c6c38fFix some typos.9be533bMerge pull request #212 from waywardmonkeys/clippy-unnecessary-cast4d4cb90clippy: Remove unneccessary casts.2c3ded0Merge pull request #211 from frisoft/mainb6ea857Merge pull request #1 from frisoft/update-license-fieldabac21cUpdate license field following SPDX 2.1 license expression standardUpdates
crossbeam-utilsfrom 0.8.5 to 0.8.19Release notes
Sourced from crossbeam-utils's releases.
... (truncated)
Commits
9c3182aPrepare for the next release35a55d2Remove dependency on cfg-if0935295epoch: Remove unused autocfg dependencye02133bUse const thread_local5a15fc2More correct buffer allocation7389cdfci: Remove scripts that call single command4ef4f09Ignore dead_code warnings for tuple structs95d0bd0Prepare for the next release65f0b07Automatically cancel outdated CI runs on PRecc994eUpdate compile_fail doctestUpdates
h2from 0.3.6 to 0.3.22Release notes
Sourced from h2's releases.
... (truncated)
Changelog
Sourced from h2's changelog.
... (truncated)
Commits
0f412d8v0.3.22c7ca62fdocs: fix typos (#724)ef743ecAdd a setter for header_table_size (#638)56651e6fix lint about unused import4aa7b16Fix documentation for max_send_buffer_size (#718)d03c54achore(dependencies): update tracing minimal version to 0.1.353cdef96fix(test): mark h2-support as private crate05cf352chore(ci): add minimal versions checking on stable rustcbe7744chore(ci): update to actions/checkout@v4 (#716)1f247deUpdate indexmap to version 2 (#698)Updates
openssl-srcfrom 111.16.0+1.1.1l to 111.25.0+1.1.1tCommits
Updates
regexfrom 1.5.4 to 1.7.3Changelog
Sourced from regex's changelog.
... (truncated)
Commits
95820401.7.39562ccdchangelog: 1.7.3d94f955dfa: fix bug in how the reverse DFA is called32fed941.7.26a7ba1edeps: bump to regex-syntax 0.6.2972d482fregex-syntax-0.6.2948b3ba4changelog: 1.7.2d8e22ddsyntax: tweak the "no stack overflow" testa9b2e021.7.198c1b63changelog: 1.7.1Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.