-
Notifications
You must be signed in to change notification settings - Fork 2
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 cli group with 19 updates #2
Closed
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 cli group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.95` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.81` | `0.1.85` | | [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` | | [clap](https://github.com/clap-rs/clap) | `4.5.10` | `4.5.13` | | [csv](https://github.com/BurntSushi/rust-csv) | `1.3.0` | `1.3.1` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` | | [mockall](https://github.com/asomers/mockall) | `0.13.0` | `0.13.1` | | [mockito](https://github.com/lipanski/mockito) | `1.4.0` | `1.6.1` | | [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) | `1.4.0` | `1.4.1` | | [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.11.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.120` | `1.0.135` | | [tokio](https://github.com/tokio-rs/tokio) | `1.39.1` | `1.43.0` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` | | [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.4` | | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.99` | | [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.42` | `0.4.49` | | [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.69` | `0.3.76` | Updates `anyhow` from 1.0.86 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.95) Updates `async-trait` from 0.1.81 to 0.1.85 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.81...0.1.85) Updates `chrono` from 0.4.38 to 0.4.39 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.38...v0.4.39) Updates `clap` from 4.5.10 to 4.5.13 - [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.5.10...clap_complete-v4.5.13) Updates `csv` from 1.3.0 to 1.3.1 - [Commits](BurntSushi/rust-csv@1.3.0...1.3.1) Updates `futures` from 0.3.30 to 0.3.31 - [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.30...0.3.31) Updates `mockall` from 0.13.0 to 0.13.1 - [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md) - [Commits](asomers/mockall@v0.13.0...v0.13.1) Updates `mockito` from 1.4.0 to 1.6.1 - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](lipanski/mockito@1.4.0...1.6.1) Updates `pretty_assertions` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases) - [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](rust-pretty-assertions/rust-pretty-assertions@v1.4.0...v1.4.1) Updates `regex` from 1.10.5 to 1.11.1 - [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.10.5...1.11.1) Updates `serde` from 1.0.204 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.204...v1.0.217) Updates `serde_json` from 1.0.120 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.120...v1.0.135) Updates `tokio` from 1.39.1 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.1...tokio-1.43.0) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41) Updates `tracing-subscriber` from 0.3.18 to 0.3.19 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19) Updates `url` from 2.5.2 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.2...v2.5.4) Updates `wasm-bindgen` from 0.2.92 to 0.2.99 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.99) Updates `wasm-bindgen-futures` from 0.4.42 to 0.4.49 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `web-sys` from 0.3.69 to 0.3.76 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: mockall dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cli - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cli - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cli - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: wasm-bindgen-futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: web-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Jan 12, 2025
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 cli group with 19 updates:
1.0.86
1.0.95
0.1.81
0.1.85
0.4.38
0.4.39
4.5.10
4.5.13
1.3.0
1.3.1
0.3.30
0.3.31
0.13.0
0.13.1
1.4.0
1.6.1
1.4.0
1.4.1
1.10.5
1.11.1
1.0.204
1.0.217
1.0.120
1.0.135
1.39.1
1.43.0
0.1.40
0.1.41
0.3.18
0.3.19
2.5.2
2.5.4
0.2.92
0.2.99
0.4.42
0.4.49
0.3.69
0.3.76
Updates
anyhow
from 1.0.86 to 1.0.95Release notes
Sourced from anyhow's releases.
Commits
48be1ca
Release 1.0.95a03d6d6
Merge pull request #402 from dtolnay/fromboxed52e4abb
Add Error::from_boxed with documentation about bidirectional?
ffecefc
Merge pull request #401 from dtolnay/construct671f700
Add construct_ prefix to name of private construct functions8ceb5e9
Release 1.0.94b9009ab
Merge pull request #399 from dtolnay/okvalue863791a
Align naming between Ok function argument and its documentation2081692
Merge pull request #398 from zertosh/ok_doc_formatcc2cecb
Fix anyhow::Ok rustdoc code formattingUpdates
async-trait
from 0.1.81 to 0.1.85Release notes
Sourced from async-trait's releases.
Commits
fee923d
Release 0.1.850c2e108
Merge pull request #284 from dtolnay/selfinblock9456e54
OmitSelf: 'async_trait
bound in impl when not needed by signatureb77d0d5
Add regression test for issue 2834c8406d
Release 0.1.841cab7e4
Merge pull request #282 from dtolnay/impltrait3af8236
Require Rust 1.75+ for RPITIT (return position impl trait in trait)85b572c
Support impl Trait in return typeaff365f
Add regression test for issue 2817d8519d
Update ui test suite to nightly-2024-12-09Updates
chrono
from 0.4.38 to 0.4.39Release notes
Sourced from chrono's releases.
Commits
8b86349
Bump version to 0.4.3933aaebf
Update mod.rs65c47f3
Update CHANGELOG.mdca8232f
Update licenses for unicode-ident 1.0.141456fa0
Apply suggestions from clippy 1.831c7567b
Bump codecov/codecov-action from 4 to 5f9ffd6f
add#[inline]
tonum_days
7974c60
Fix comment.77d50b1
Fix typos771c047
Use Formatter::pad (instead of write_str) for WeekdaysUpdates
clap
from 4.5.10 to 4.5.13Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d222ae4
chore: Releasea8abcb4
docs: Update changelog2690e1b
Merge pull request #5621 from shannmu/dynamic_valuehint7fd7b3e
feat(clap_complete): Support to complete custom value of argumentfc6aaca
Merge pull request #5638 from epage/cargo631e54b
docs(cookbook): Style cargo plugin6fb49d0
Merge pull request #5636 from gibfahn/styles_const6f215ee
refactor(styles): make styles example use a constbbb2e6f
test: Add test case for completing custom value of argument999071c
fix: Changevisible
tohidden
Updates
csv
from 1.3.0 to 1.3.1Commits
00b80bd
1.3.1ce01ae7
reader: tweak record trimming logic06764b9
github: add FUNDING533d37b
ci: bump pinned to Rust 1.65Updates
futures
from 0.3.30 to 0.3.31Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
1e05281
Release 0.3.318a8b085
Fix clippy::uninit_vec warningf3fb74d
Document howBoxFuture
s /BoxStream
s are often made (#2887)f00e7af
Fix use after free of task in FuturesUnordered when dropped future panics (#2...33c46b3
ci: Work around sanitizer issue on latest Linux kernel7bf5a72
Fix issues withAsyncBufRead::read_line
andAsyncBufReadExt::lines
(#2884)87afaf3
Use#[inline(always)]
onclone_arc_raw
(#2865)549b90b
Add accessors for the inner of stream::Iter (#2875)07b004a
Add missing symbols (#2883)86dc069
Various fixes too make the CI green (#2885)Updates
mockall
from 0.13.0 to 0.13.1Changelog
Sourced from mockall's changelog.
Commits
62f92cb
chore: Release46747dc
Format the CHANGELOG44d319b
Better error message when mocking structs with elided lifetimes (#622)a96a23e
Suppress #[expect] attributes in the generated code (#619)dee7bcb
Clippy: fix unnecessary_map_or lint (#621)e1ac2e1
Suppress the clippy::ref_option warning in generated code (#618)d5b3b46
Clippy cleanup: needless_lifetimes (#611)97c31d2
Clippy cleanup (#609)5394a9b
Fix missing_docs lints with the latest nightly (#607)6c5276e
During declosurefy, make sure to include additional trait bounds (#606)Updates
mockito
from 1.4.0 to 1.6.1Release notes
Sourced from mockito's releases.
Commits
649b97a
Bump to 1.6.1638a14c
Small changes to docsffdf43d
Merge pull request #208 from alex-kattathra-johnson/issue-207a0b584f
Add test23d2479
Add with_header_from_request function0168e88
Bump to 1.6.0bb6a200
Add async tests for request matcherb6df40d
Merge pull request #206 from lipanski/request_matcherad063c1
Allow matching the Request object based on a closuree115abb
Merge pull request #205 from nyurik/docsUpdates
pretty_assertions
from 1.4.0 to 1.4.1Release notes
Sourced from pretty_assertions's releases.
Changelog
Sourced from pretty_assertions's changelog.
Commits
f5c5b24
chore: prep 1.4.1 released34d524
chore: display feature-flagged docs on docs.rsfac4273
Merge pull request #131 from sandydoo/fix-yansi-deprecation1e51cce
chore: rename deprecated yansi methods4a0e5a3
Merge pull request #121 from SergioBenitez/yansi-update08838fe
internal: bump MSRV to 1.63.0 for yansi777387d
ci: bump runner to windows-202235c08fe
chore: update 'yansi' to 1.0.0-rcUpdates
regex
from 1.10.5 to 1.11.1Changelog
Sourced from regex's changelog.
Commits
9870c06
1.11.180df54e
changelog: 1.11.1991ba88
unstable: fixPattern
trait implementationbcbe403
1.11.09e17e56
deps: bump regex-automata58e16f5
regex-automata-0.4.84bb1e3d
deps: bump regex-syntaxcba0fbc
regex-syntax-0.8.51533257
changelog: 1.11.09239e7e
data: update to UCD 16Updates
serde
from 1.0.204 to 1.0.217Release notes
Sourced from serde's releases.
Commits
930401b
Release 1.0.217cb6eaea
Fix roundtrip inconsistency:b6f339c
Resolve repr_packed_without_abi clippy lint in tests2a5caea
Merge pull request #2872 from dtolnay/ehpersonalityb9f93f9
Add no-std CI on stable compilereb5cd47
Drop #[lang = "eh_personality"] from no-std test8478a3b
Merge pull request #2871 from dtolnay/nostdstartdbb9091
Replace #[start] with extern fn mainad8dd41
Release 1.0.216f91d2ed
Merge pull request #2868 from dtolnay/automaticallyderivedUpdates
serde_json
from 1.0.120 to 1.0.135Release notes
Sourced from serde_json's releases.
Commits
9802c08
Release 1.0.135b97935f
Merge pull request #1226 from tisonkun/map-into-valuesd48c224
Add Map::into_values method1e77cac
Resolve precedence clippy lintb2a1415
Release 1.0.1349875785
Tweak wording of NULL/TRUE/FALSE documentation4aa05b9
Merge pull request #1222 from dtolnay/rawvalueassocf42c7c7
Move RawValue associated constants into same impl block as public functions96576ba
Merge pull request #1221 from bheylin/add-const-raw-values-for-null-and-bools4db66fb
Add'static
lifetime toconst
'sUpdates
tokio
from 1.39.1 to 1.43.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
5f3296d
chore: prepare Tokio v1.43.0 (#7079)cc974a6
chore: prepare tokio-macros v2.5.0 (#7078)15495fd
metrics: improve flexibility of H2Histogram Configuration (#6963)ad41834
io: don't callset_len
before initializing vector inBlocking
(#7054)bd3e857
runtime: moveis_join_waker_set
assertion inunset_waker
(#7072)15f7366
runtime: fixLocalRuntime
doc links (#7074)fd2048d
ci: split miri jobs into unit and integration tests (#7071)e8f3915
chore: use unsync loads forunsync_load
(#7073)67f1277
net: fix ambiguity inTcpStream::try_write_vectored
docs (#7067)463502c
io: clarifyReadBuf::uninit
allows initialized buffers as well (#7053)Updates
tracing
from 0.1.40 to 0.1.41Release notes
Sourced from tracing's releases.