-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
build(deps): bump the cargo-dependencies group with 21 updates #571
Closed
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 cargo-dependencies group with 21 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.75` | `1.0.83` | | [chrono](https://github.com/chronotope/chrono) | `0.4.26` | `0.4.38` | | [clap](https://github.com/clap-rs/clap) | `4.4.1` | `4.4.18` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.28` | `0.3.30` | | [itertools](https://github.com/rust-itertools/itertools) | `0.11.0` | `0.12.1` | | [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.21` | | [log4rs](https://github.com/estk/log4rs) | `1.2.0` | `1.3.0` | | [regex](https://github.com/rust-lang/regex) | `1.9.4` | `1.10.4` | | [rustyline](https://github.com/kkawakam/rustyline) | `12.0.0` | `14.0.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.188` | `1.0.193` | | [serde_json](https://github.com/serde-rs/json) | `1.0.105` | `1.0.109` | | [shlex](https://github.com/comex/rust-shlex) | `1.1.0` | `1.3.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.32.0` | `1.37.0` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.14` | `0.1.15` | | [ratatui](https://github.com/ratatui-org/ratatui) | `0.23.0` | `0.26.2` | | [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.10.1` | `1.11.0` | | [unicode-truncate](https://github.com/Aetf/unicode-truncate) | `0.2.0` | `1.0.0` | | [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.10` | `0.1.12` | | [uuid](https://github.com/uuid-rs/uuid) | `1.4.1` | `1.8.0` | | [versions](https://github.com/fosskers/rs-versions) | `5.0.1` | `6.2.0` | | [clap_complete](https://github.com/clap-rs/clap) | `4.4.0` | `4.5.2` | Updates `anyhow` from 1.0.75 to 1.0.83 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.75...1.0.83) Updates `chrono` from 0.4.26 to 0.4.38 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.26...v0.4.38) Updates `clap` from 4.4.1 to 4.4.18 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.4.1...v4.4.18) Updates `futures` from 0.3.28 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.28...0.3.30) Updates `itertools` from 0.11.0 to 0.12.1 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.11.0...v0.12.1) Updates `log` from 0.4.20 to 0.4.21 - [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.20...0.4.21) Updates `log4rs` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/estk/log4rs/releases) - [Changelog](https://github.com/estk/log4rs/blob/main/CHANGELOG.md) - [Commits](estk/log4rs@v1.2.0...v1.3.0) Updates `regex` from 1.9.4 to 1.10.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.9.4...1.10.4) Updates `rustyline` from 12.0.0 to 14.0.0 - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](kkawakam/rustyline@v12.0.0...v14.0.0) Updates `serde` from 1.0.188 to 1.0.193 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.188...v1.0.193) Updates `serde_json` from 1.0.105 to 1.0.109 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.105...v1.0.109) Updates `shlex` from 1.1.0 to 1.3.0 - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) Updates `tokio` from 1.32.0 to 1.37.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.32.0...tokio-1.37.0) Updates `tokio-stream` from 0.1.14 to 0.1.15 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.14...tokio-stream-0.1.15) Updates `ratatui` from 0.23.0 to 0.26.2 - [Release notes](https://github.com/ratatui-org/ratatui/releases) - [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md) - [Commits](ratatui/ratatui@v0.23.0...v0.26.2) Updates `unicode-segmentation` from 1.10.1 to 1.11.0 - [Commits](unicode-rs/unicode-segmentation@v1.10.1...v1.11.0) Updates `unicode-truncate` from 0.2.0 to 1.0.0 - [Release notes](https://github.com/Aetf/unicode-truncate/releases) - [Changelog](https://github.com/Aetf/unicode-truncate/blob/master/CHANGELOG.md) - [Commits](Aetf/unicode-truncate@v0.2.0...v1.0.0) Updates `unicode-width` from 0.1.10 to 0.1.12 - [Commits](unicode-rs/unicode-width@v0.1.10...v0.1.12) Updates `uuid` from 1.4.1 to 1.8.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.4.1...1.8.0) Updates `versions` from 5.0.1 to 6.2.0 - [Release notes](https://github.com/fosskers/rs-versions/releases) - [Changelog](https://github.com/fosskers/rs-versions/blob/master/CHANGELOG.md) - [Commits](fosskers/rs-versions@v5.0.1...v6.2.0) Updates `clap_complete` from 4.4.0 to 4.5.2 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.4.0...clap_complete-v4.5.2) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: log4rs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: rustyline dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: shlex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: unicode-segmentation dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: unicode-truncate dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-dependencies - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: versions dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
May 12, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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-dependencies group with 21 updates:
1.0.75
1.0.83
0.4.26
0.4.38
4.4.1
4.4.18
0.3.28
0.3.30
0.11.0
0.12.1
0.4.20
0.4.21
1.2.0
1.3.0
1.9.4
1.10.4
12.0.0
14.0.0
1.0.188
1.0.193
1.0.105
1.0.109
1.1.0
1.3.0
1.32.0
1.37.0
0.1.14
0.1.15
0.23.0
0.26.2
1.10.1
1.11.0
0.2.0
1.0.0
0.1.10
0.1.12
1.4.1
1.8.0
5.0.1
6.2.0
4.4.0
4.5.2
Updates
anyhow
from 1.0.75 to 1.0.83Release notes
Sourced from anyhow's releases.
Commits
96f0392
Release 1.0.8317bbd1e
Merge pull request #363 from dtolnay/checkcfg3ab3c3b
Resolve unexpected_cfgs warning8e62244
Discard CI coverage of backtrace feature on toolchains older than 1.63e77374f
Mirror PR 343 changes from readme to rustdoccb47d7c
Reword no-std documentation change from PR 3436b5bdb1
Wrap PR 343 to 80 columnsf01080b
Merge pull request #343 from Arthur-Milchior/readme1074bdea
Release 1.0.8247a4fbf
Merge pull request #360 from dtolnay/docensureUpdates
chrono
from 0.4.26 to 0.4.38Release notes
Sourced from chrono's releases.
... (truncated)
Commits
352a352
Prepare 0.4.3846d44d6
Manually implementCopy
forDateTime
if offset isCopy
760eb66
Update windows-bindgen requirement from 0.55 to 0.56391187f
Return error when rounding with zero durationffc75e5
AddTimeDelta::checked_mul
andTimeDelta::checked_div
f8cecbe
MakeWeekday::num_days_from public
, rename todays_since
.0cfc405
Optimize number formatting74ba83b
Takepad
by value78e79db
Match on tuples informat_fixed
f3d76c7
Match on tuples informat_numeric
Updates
clap
from 4.4.1 to 4.4.18Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
Commits
0134f45
chore: Release995ee03
docs: Update changelog2f18909
Merge pull request #5314 from epage/required0a635b9
fix(parser): Don't duplicate requireds when usage disablede648e08
Merge pull request #5311 from sourcefrog/doc-exitcode8c83971
docs: Link to exit code infob250c0b
Merge pull request #5310 from epage/ptyc742b8e
chore(complete): Update completest-ptyf524d84
chore: Release944fb81
docs: Update changelogUpdates
futures
from 0.3.28 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
itertools
from 0.11.0 to 0.12.1Changelog
Sourced from itertools's changelog.
... (truncated)
Commits
98d3978
Prepare v0.12.1 releasedffac1f
Bump obi1kenobi/cargo-semver-checks-action from 2.2 to 2.300998a4
CoalesceBy
: missing field inDebug
a0411d6
CombinationsWithReplacement
: use a boxed slice internally8dd75f1
Permutations
: use boxed slices internallyb785403
ExactlyOneError
: implement Debug differently7a1c22b
FlattenOk
: Debug with macro94452e3
GroupingMapBy
: fix Debug implementation2e325a0
TakeWhileInclusive
: missing field inDebug
a48c5b4
WithPosition
: implement DebugUpdates
log
from 0.4.20 to 0.4.21Changelog
Sourced from log's changelog.
Commits
3ccdc28
Merge pull request #617 from rust-lang/cargo/0.4.216153cb2
prepare for 0.4.21 releasef0f7494
Merge pull request #613 from rust-lang/feat/kv-cleanup2b220bf
clean up structured logging example646e9ab
use original Visitor name for VisitValuecf85c38
add needed subfeatures to kv_unstable73e9539
fix up capturing of :err31bb4b0
move error macros togetherad91711
support field shorthand in macros90a347b
restore removed APIs as deprecatedUpdates
log4rs
from 1.2.0 to 1.3.0Release notes
Sourced from log4rs's releases.
Changelog
Sourced from log4rs's changelog.
Commits
c981ca4
chore: set min chrono (#346)d4e6cbe
docs: Update CHANGELOG for new release (#336)6c6ace0
add trigger kind "time" in rolling_file (#296)a898a07
Create an example of logging with file rotation (#295)b0ad8ba
chore: move old test to example. fix formatting (#337)4f09b8f
Add windows and *nix based env vars to control color output in logs (#335)84dd0c7
docs: Apply markdownlint to all files (#338)a69fdf9
fix: add check that the readme sample cfg is accepted by log4rs (#339)58b92c8
Fix quickstart log4rs.yaml sample (#332)ebb9123
Changed the order of the field in json log output (#333)Updates
regex
from 1.9.4 to 1.10.4Changelog
Sourced from regex's changelog.
... (truncated)
Commits
aa2d8bd
1.10.4088d7f3
api: add Cow guarantee to replace APIa5ae351
regex-automata-0.4.69cf4a42
automata: fix bug where reverse NFA lacked an unanchored prefix10fe722
style: clean up some recent lint violationsd7f9347
regex-automata-0.4.507ef7f1
automata: make additional prefileter metadata public0c09903
1.10.3653bb59
deps: bump regex-automata to 0.4.4e7b5401
regex-automata-0.4.4Updates
rustyline
from 12.0.0 to 14.0.0Release notes
Sourced from rustyline's releases.
Commits
bd63fea
Merge pull request #766 from gwenn/14.0.075e9a08
Prepare next released27ef02
Merge pull request #765 from gwenn/nixbf09447
Upgrade nix to 0.28542a191
Merge pull request #764 from gwenn/clippya55b343
Fix clippy warnings3284f43
Merge pull request #759 from andreistan26/enable-signal485eef8
Merge pull request #761 from gwenn/typeaheadd3524ae
Merge branch 'master' into typeahead57037fd
Merge pull request #763 from gwenn/rusqliteUpdates
serde
from 1.0.188 to 1.0.193Release notes
Sourced from serde's releases.
Commits
44613c7
Release 1.0.193c706281
Merge pull request #2655 from dtolnay/rangestartend65d75b8
Add RangeFrom and RangeTo tests332b0cb
Merge pull request #2654 from dtolnay/rangestartend8c4af41
Fix more RangeFrom / RangeEnd mixups24a78f0
Merge pull request #2653 from emilbonnek/fix/range-to-from-de-mixupc91c334
Fix Range{From,To} deserialize mixup2083f43
Update ui test suite to nightly-2023-11-194676abd
Release 1.0.19235700eb
Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untaggedUpdates
serde_json
from 1.0.105 to 1.0.109Release notes
Sourced from serde_json's releases.
Commits
f88bf1f
Release 1.0.109bb62c73
Merge pull request #1097 from serde-rs/doccfgdf36d10
Restore doc cfg on re-exportsc367091
Merge pull request #1095 from dtolnay/hashtestb328ee7
Eliminate hash closure in favor of calling hash_one directlyb9bcbad
Use BuildHasher::hash_one7ff6c9e
Use random hasher state for number hashing testfe031cd
Delete trace_macros! functionality from test05196ca
Update ui test suite to nightly-2023-11-194bc1eaa
Release 1.0.108Updates
shlex
from 1.1.0 to 1.3.0Changelog
Sourced from shlex's changelog.