-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump the minor group with 20 updates #53
Merged
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
dependabot
bot
added
the
type/dependencies
Pull requests that update a dependency file
label
Jan 27, 2024
dependabot
bot
force-pushed
the
dependabot/cargo/minor-b0ebc01d3e
branch
from
January 27, 2024 13:57
476fd82
to
7854db1
Compare
Bumps the minor group with 20 updates: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.38` | `1.0.39` | | [aws_lambda_events](https://github.com/awslabs/aws-lambda-rust-runtime) | `0.2.7` | `0.8.5` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.26` | `0.3.30` | | [lambda_runtime](https://github.com/awslabs/aws-lambda-rust-runtime) | `0.2.1` | `0.9.1` | | [lettre](https://github.com/lettre/lettre) | `0.10.0-alpha.1` | `0.10.4` | | [log](https://github.com/rust-lang/log) | `0.4.17` | `0.4.20` | | [rusoto_core](https://github.com/rusoto/rusoto) | `0.43.0` | `0.48.0` | | [rusoto_s3](https://github.com/rusoto/rusoto) | `0.43.0` | `0.48.0` | | [rustls](https://github.com/rustls/rustls) | `0.16.0` | `0.21.10` | | [stderrlog](https://github.com/cardoe/stderrlog-rs) | `0.4.3` | `0.5.4` | | [webpki-roots](https://github.com/rustls/webpki-roots) | `0.19.0` | `0.23.1` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.13.1` | `0.21.7` | | [chrono](https://github.com/chronotope/chrono) | `0.4.23` | `0.4.33` | | [delegate](https://github.com/kobzol/rust-delegate) | `0.6.2` | `0.12.0` | | [itertools](https://github.com/rust-itertools/itertools) | `0.10.5` | `0.12.0` | | [mailparse](https://github.com/staktrace/mailparse) | `0.13.8` | `0.14.1` | | [notmuch](https://github.com/vhdirk/notmuch-rs) | `0.6.0` | `0.8.0` | | [regex](https://github.com/rust-lang/regex) | `1.7.1` | `1.9.4` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.3.0` | `3.9.0` | | [textwrap](https://github.com/mgeisler/textwrap) | `0.14.2` | `0.16.0` | Updates `thiserror` from 1.0.38 to 1.0.39 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.38...1.0.39) Updates `aws_lambda_events` from 0.2.7 to 0.8.5 - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/commits) Updates `futures` from 0.3.26 to 0.3.30 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.26...0.3.30) Updates `lambda_runtime` from 0.2.1 to 0.9.1 - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/commits/lambda-http-0.9.1) Updates `lettre` from 0.10.0-alpha.1 to 0.10.4 - [Release notes](https://github.com/lettre/lettre/releases) - [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md) - [Commits](lettre/lettre@v0.10.0-alpha.1...v0.10.4) Updates `log` from 0.4.17 to 0.4.20 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.17...0.4.20) Updates `rusoto_core` from 0.43.0 to 0.48.0 - [Release notes](https://github.com/rusoto/rusoto/releases) - [Changelog](https://github.com/rusoto/rusoto/blob/master/CHANGELOG.md) - [Commits](rusoto/rusoto@mock-v0.43.0...mock-v0.48.0) Updates `rusoto_s3` from 0.43.0 to 0.48.0 - [Release notes](https://github.com/rusoto/rusoto/releases) - [Changelog](https://github.com/rusoto/rusoto/blob/master/CHANGELOG.md) - [Commits](rusoto/rusoto@mock-v0.43.0...mock-v0.48.0) Updates `rustls` from 0.16.0 to 0.21.10 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.16.0...v/0.21.10) Updates `stderrlog` from 0.4.3 to 0.5.4 - [Changelog](https://github.com/cardoe/stderrlog-rs/blob/master/CHANGELOG.md) - [Commits](cardoe/stderrlog-rs@v0.4.3...v0.5.4) Updates `webpki-roots` from 0.19.0 to 0.23.1 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.19.0...v/0.23.1) Updates `base64` from 0.13.1 to 0.21.7 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.13.1...v0.21.7) Updates `chrono` from 0.4.23 to 0.4.33 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.23...v0.4.33) Updates `delegate` from 0.6.2 to 0.12.0 - [Changelog](https://github.com/Kobzol/rust-delegate/blob/main/CHANGELOG.md) - [Commits](https://github.com/kobzol/rust-delegate/commits/v0.12.0) Updates `itertools` from 0.10.5 to 0.12.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.10.5...v0.12.0) Updates `mailparse` from 0.13.8 to 0.14.1 - [Commits](staktrace/mailparse@v0.13.8...v0.14.1) Updates `notmuch` from 0.6.0 to 0.8.0 - [Commits](https://github.com/vhdirk/notmuch-rs/commits/0.8.0) Updates `regex` from 1.7.1 to 1.9.4 - [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.7.1...1.9.4) Updates `tempfile` from 3.3.0 to 3.9.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.3.0...v3.9.0) Updates `textwrap` from 0.14.2 to 0.16.0 - [Release notes](https://github.com/mgeisler/textwrap/releases) - [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md) - [Commits](mgeisler/textwrap@0.14.2...0.16.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: aws_lambda_events dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: lambda_runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: lettre dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: rusoto_core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: rusoto_s3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: stderrlog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: webpki-roots dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: delegate dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mailparse dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: notmuch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: textwrap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/cargo/minor-b0ebc01d3e
branch
from
January 29, 2024 04:19
7854db1
to
c4a72cf
Compare
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 minor group with 20 updates:
1.0.38
1.0.39
0.2.7
0.8.5
0.3.26
0.3.30
0.2.1
0.9.1
0.10.0-alpha.1
0.10.4
0.4.17
0.4.20
0.43.0
0.48.0
0.43.0
0.48.0
0.16.0
0.21.10
0.4.3
0.5.4
0.19.0
0.23.1
0.13.1
0.21.7
0.4.23
0.4.33
0.6.2
0.12.0
0.10.5
0.12.0
0.13.8
0.14.1
0.6.0
0.8.0
1.7.1
1.9.4
3.3.0
3.9.0
0.14.2
0.16.0
Updates
thiserror
from 1.0.38 to 1.0.39Release notes
Sourced from thiserror's releases.
Commits
f729af9
Release 1.0.39391ec2b
Set html_root_urla2d1ed1
Enable type layout randomization in CI on nightly7aaa03d
Show enabling of nightly tests as a CI step0010b0f
Support a manual trigger on CI workflow920ad73
Ignore extra_unused_type_parameters clippy lint in test0d23ebc
Prevent actions duplication on noop merge commitsc5ce725
Sync license text with rust-lang reposUpdates
aws_lambda_events
from 0.2.7 to 0.8.5Release notes
Sourced from aws_lambda_events's releases.
... (truncated)
Commits
Updates
futures
from 0.3.26 to 0.3.30Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
de1a0fd
Release 0.3.3068d2845
Remove a redundant space in example (#2816)fdd2ce7
Fix broken link inCopyBufAbortable
docs (#2815)272a3c7
Use cfg(target_has_atomic) on no-std targetsc179201
FillBuf: Do not call poll_fill_buf twicee6735f3
FuturesUnordered: Fix clear implementation04d01a0
FuturesOrdered: Use 64-bit indexe4aa659
remove redundant impl Unpin17851c1
provide a mechanism to determine if io read/write halves are from the same st...4910799
provide a non-destructive mechanism to determine if a sink/stream are pairedUpdates
lambda_runtime
from 0.2.1 to 0.9.1Release notes
Sourced from lambda_runtime's releases.
... (truncated)
Commits
Updates
lettre
from 0.10.0-alpha.1 to 0.10.4Release notes
Sourced from lettre's releases.
... (truncated)
Changelog
Sourced from lettre's changelog.
... (truncated)
Commits
ce36327
Prepare 0.10.4 (#871)e59ecc2
Bump rustls to 0.21 (#867)4fb67a7
Prepare 0.10.3 (#860)9041f21
Add Content-Type to all examples sending a basic text/plain message (#859)77b7d40
mailbox: replace serialize_str(&self.to_string()) with collect_str(self) (#858)2b6d457
clippy: deny str_to_string and empty_structs_with_brackets (#857)952c1b3
Add support for rustls-native-certs (#843)7ecb87f
Prepare 0.10.2 (#853)fd700b1
cargo: switch to crates.io release of email-encoding v0.2 (#854)f8f19d6
clippy: fix latest warnings (#855)Updates
log
from 0.4.17 to 0.4.20Changelog
Sourced from log's changelog.
Commits
4708f14
Merge pull request #574 from chrysn-pull-requests/doc-log-to-defmt6de3ccc
Merge pull request #571 from rust-lang/cargo/0.4.20838920c
Merge pull request #575 from EFanZh/group-target-module-path-and-file3985711
Grouptarget
,module_path
andfile
arguments3f534d0
Move private APIs into a single modulef5ab686
doc: Add log-to-defmt to other-facilities section6d173bf
prepare for 0.4.20 releasecab1088
Merge pull request #570 from EFanZh/remove-local-inner-macros9d052b1
Removelocal_inner_macros
usagee9123d6
Merge pull request #568 from Thomasdezeeuw/remove-rustversion-depUpdates
rusoto_core
from 0.43.0 to 0.48.0Release notes
Sourced from rusoto_core's releases.
... (truncated)
Changelog
Sourced from rusoto_core's changelog.
... (truncated)
Commits
0df121f
v0.48.0bd9f3f1
fix misspelling of default-features529f6dd
remove crates for dead(!) services19924ce
Merge pull request #1977 from rusoto/hyper-rustlsf7c92c3
add the new hyper-rustls default features37bac10
Merge pull request #1976 from svc-93/patch-1ae7f34e
Include ap-southeast-3 in AWS Regionsdf31792
Upgrade hyper-rustlse9d9214
Add Clone derived trait to TlsError9081eaa
Support building rustls without native certs, to eliminate openssl-probeUpdates
rusoto_s3
from 0.43.0 to 0.48.0Release notes
Sourced from rusoto_s3's releases.
... (truncated)
Changelog
Sourced from rusoto_s3's changelog.
... (truncated)
Commits
0df121f
v0.48.0bd9f3f1
fix misspelling of default-features529f6dd
remove crates for dead(!) services19924ce
Merge pull request #1977 from rusoto/hyper-rustlsf7c92c3
add the new hyper-rustls default features37bac10
Merge pull request #1976 from svc-93/patch-1ae7f34e
Include ap-southeast-3 in AWS Regionsdf31792
Upgrade hyper-rustlse9d9214
Add Clone derived trait to TlsError9081eaa
Support building rustls without native certs, to eliminate openssl-probeUpdates
rustls
from 0.16.0 to 0.21.10Release notes
Sourced from rustls's releases.
... (truncated)
Commits
cf6aa80
Cargo: version 0.21.9 -> 0.21.104ee33ae
version: allow manual_non_exhaustivef628518
remove the TLS 1.2 session ticket on DecryptErrorbbd9abc
Cargo: v0.21.8 -> v0.21.95edc126
UseBorrowedCursor
&BorrowedBuf
from core::io7abd73f
Opt in to feature(core_io_borrowed_buf)c34477a
Cargo: 0.21.7 -> 0.21.88cf2594
sign: fix clippy get-first warningecc6cde
Flush writers before potentially expecting a response53adb9d
docs: adjust ring platform compatibilityUpdates
stderrlog
from 0.4.3 to 0.5.4Changelog
Sourced from stderrlog's changelog.
Commits
bad4ec6
(cargo-release) version 0.5.4796d239
Merge pull request #47 from alexanderkjall/upgrade-clap-to-3...Description has been truncated