-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump the patch-versions group with 5 updates #4529
Merged
Conversation
This file contains 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
Bumps the patch-versions group with 5 updates: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.6.0` | `1.6.1` | | [rustls](https://github.com/rustls/rustls) | `0.23.10` | `0.23.11` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.61` | `1.0.62` | | [ra_ap_syntax](https://github.com/rust-lang/rust-analyzer) | `0.0.224` | `0.0.225` | | [syn](https://github.com/dtolnay/syn) | `2.0.70` | `2.0.71` | Updates `bytes` from 1.6.0 to 1.6.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.6.0...v1.6.1) Updates `rustls` from 0.23.10 to 0.23.11 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.10...v/0.23.11) Updates `thiserror` from 1.0.61 to 1.0.62 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.61...1.0.62) Updates `ra_ap_syntax` from 0.0.224 to 0.0.225 - [Release notes](https://github.com/rust-lang/rust-analyzer/releases) - [Commits](https://github.com/rust-lang/rust-analyzer/commits) Updates `syn` from 2.0.70 to 2.0.71 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.70...2.0.71) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: ra_ap_syntax dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
requested review from
lemmih and
LesnyRumcajs
and removed request for
a team
July 15, 2024 20:03
hanabi1224
approved these changes
Jul 15, 2024
CI failures should be fixed by #4523 |
…h-versions-bba0ca5c57
…h-versions-bba0ca5c57
LesnyRumcajs
approved these changes
Jul 17, 2024
lemmih
approved these changes
Jul 17, 2024
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 patch-versions group with 5 updates:
1.6.0
1.6.1
0.23.10
0.23.11
1.0.61
1.0.62
0.0.224
0.0.225
2.0.70
2.0.71
Updates
bytes
from 1.6.0 to 1.6.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
fd13c7d
chore: prepare bytes v1.6.1 (#720)6b4b0ed
FixBytes::is_unique
when created from sharedBytesMut
(#718)Updates
rustls
from 0.23.10 to 0.23.11Commits
7b521da
roadmap: reflect 0.23.11cd9be0d
Prepare 0.23.11f781276
x509.rs: moveasn1_wrap
below callersbc1e543
ring::sign: tidy up pkcs8 conversionb5895c7
Addpublic_key()
for all built-inSigningKey
s20fdce6
Call CertifiedKey::keys_match from ConfigBuilder::with_single_cert*54b3b5e
Refactor AlwaysResolvesChain to take existing CertifiedKey0e2d2ac
chore(deps): lock file maintenance8b8d5dc
Refactor and explain bulktotal_data
behaviourfefc057
Hoist Arc intomake_client/server_config
return typeUpdates
thiserror
from 1.0.61 to 1.0.62Release notes
Sourced from thiserror's releases.
Commits
0bf6e3d
Release 1.0.624977932
Merge pull request #310 from dtolnay/nestedtuple40a7779
Support .0.0 nested tuple indexf1ca210
Add regression test for issue 309479744e
No need for dead code if struct fields are public4db08b1
Ignore warning on unused struct in testf2824ae
Fill in ignore reasons in all #[ignore] attributesUpdates
ra_ap_syntax
from 0.0.224 to 0.0.225Commits
Updates
syn
from 2.0.70 to 2.0.71Release notes
Sourced from syn's releases.
Commits
f34dc7b
Release 2.0.71896d58b
Merge pull request #1706 from lemunozm/patch-1dd7e269
Remove mut from Puntuated::get()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 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 <dependency name> major version
will 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 version
will 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 conditions