-
Notifications
You must be signed in to change notification settings - Fork 372
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 rust-dependencies group across 1 directory with 22 updates #830
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/apd/main/rust-dependencies-34768d6811
Closed
build(deps): bump the rust-dependencies group across 1 directory with 22 updates #830
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/apd/main/rust-dependencies-34768d6811
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
… 22 updates Bumps the rust-dependencies group with 15 updates in the /apd directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.94` | | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` | | [libc](https://github.com/rust-lang/libc) | `0.2.164` | `0.2.167` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.9` | `0.3.10` | | [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.1` | `1.2.2` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.1` | `0.15.2` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.6.0` | `2.7.0` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.13` | `1.0.14` | | [mio](https://github.com/tokio-rs/mio) | `1.0.2` | `1.0.3` | | [syn](https://github.com/dtolnay/syn) | `2.0.89` | `2.0.90` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.4` | | [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.37` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` | | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.95` | `0.2.97` | Updates `anyhow` from 1.0.93 to 1.0.94 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.93...1.0.94) Updates `clap` from 4.5.21 to 4.5.23 - [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.21...clap_complete-v4.5.23) Updates `libc` from 0.2.164 to 0.2.167 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.167/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.164...0.2.167) Updates `errno` from 0.3.9 to 0.3.10 - [Release notes](https://github.com/lambda-fairy/rust-errno/releases) - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](lambda-fairy/rust-errno@v0.3.9...v0.3.10) Updates `bytes` from 1.8.0 to 1.9.0 - [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.8.0...v1.9.0) Updates `cc` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.1...cc-v1.2.2) Updates `clap_builder` from 4.5.21 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.21...v4.5.23) Updates `clap_lex` from 0.7.3 to 0.7.4 - [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_lex-v0.7.3...clap_lex-v0.7.4) Updates `hashbrown` from 0.15.1 to 0.15.2 - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/commits) Updates `indexmap` from 2.6.0 to 2.7.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.6.0...2.7.0) Updates `itoa` from 1.0.13 to 1.0.14 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.13...1.0.14) Updates `mio` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v1.0.2...v1.0.3) Updates `syn` from 2.0.89 to 2.0.90 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.89...2.0.90) Updates `thiserror` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.3...2.0.4) Updates `thiserror-impl` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.3...2.0.4) Updates `time` from 0.3.36 to 0.3.37 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.36...v0.3.37) Updates `tokio` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0) Updates `wasm-bindgen` from 0.2.95 to 0.2.97 - [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.95...0.2.97) Updates `wasm-bindgen-backend` from 0.2.95 to 0.2.97 - [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.95...0.2.97) Updates `wasm-bindgen-macro` from 0.2.95 to 0.2.97 - [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.95...0.2.97) Updates `wasm-bindgen-macro-support` from 0.2.95 to 0.2.97 - [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.95...0.2.97) Updates `wasm-bindgen-shared` from 0.2.95 to 0.2.97 - [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.95...0.2.97) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: errno dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytes dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap_lex dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: hashbrown dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: itoa dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: mio dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: syn dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: thiserror dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: time dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: wasm-bindgen dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: wasm-bindgen-backend dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: wasm-bindgen-macro dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: wasm-bindgen-macro-support dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: wasm-bindgen-shared dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies ... 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
Dec 6, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/cargo/apd/main/rust-dependencies-34768d6811
branch
December 8, 2024 06:37
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 rust-dependencies group with 15 updates in the /apd directory:
1.0.93
1.0.94
4.5.21
4.5.23
0.2.164
0.2.167
0.3.9
0.3.10
1.8.0
1.9.0
1.2.1
1.2.2
0.15.1
0.15.2
2.6.0
2.7.0
1.0.13
1.0.14
1.0.2
1.0.3
2.0.89
2.0.90
2.0.3
2.0.4
0.3.36
0.3.37
1.41.1
1.42.0
0.2.95
0.2.97
Updates
anyhow
from 1.0.93 to 1.0.94Release notes
Sourced from anyhow's releases.
Commits
8ceb5e9
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 formatting8852dc3
Prevent upload-artifact from causing CI failureUpdates
clap
from 4.5.21 to 4.5.23Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
7916028
chore: Release804498d
docs: Update changelogf9721f1
Merge pull request #5695 from epage/valueb04bf72
fix(complete)!: Be consistent in value language0e28259
chore: Releasee55c986
docs: Update changelogc7157df
Merge pull request #5692 from epage/self84252b7
fix(complete): Allow completing '.'eded64a
test(complete): Verify PathCompleter::dirUpdates
libc
from 0.2.164 to 0.2.167Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
3831e59
chore: release v0.2.1677cbac14
Merge pull request #4167 from tgross35/backport-fix-rustc-dep-of-std70b1487
Alowstatic_mut_refs
withrustc-dep-of-std
96db1f4
ci: test withrustc-dep-of-std
4ca22fa
Fix the build withrustc-dep-of-std
0acb8d6
Merge pull request #4166 from tgross35/backport-crate-preludeb52375d
Add a.git-blame-ignore-revs
entry for adding the prelude108310d
Make use of the crate's prelude to replace individual imports877b6f6
Create an internal prelude1abd74b
trusty: Addintptr_t
anduintptr_t
Updates
errno
from 0.3.9 to 0.3.10Release notes
Sourced from errno's releases.
Changelog
Sourced from errno's changelog.
Commits
7450e3d
Release 0.3.10 (#103)195e97c
Update windows-sys requirement from 0.52 to 0.59 (#98)3c1c95c
Pin libc to older version for Rust 1.56 (#102)e0107c0
Support emscripten (#100)b667e6b
Remove Bitrig support (#99)17295e1
Fix GNU/Hurd tests (#97)Updates
bytes
from 1.8.0 to 1.9.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
d0a14de
chore: prepare bytes v1.9.0 (#748)54f1c26
Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)4cd8969
ReplaceBufMut::put
withBufMut::put_slice
in Writer impl (#745)2d996a2
Fix typo inBuf::chunk()
comment (#744)30ee8e9
AddBytes::from_owner
(#742)Updates
cc
from 1.2.1 to 1.2.2Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
5daf14e
chore: release v1.2.2 (#1306)afb6d60
build: Inherit flags from rustc (#1279)4f312e3
Add support for using sccache wrapper with cuda/nvcc (#1304)f770d56
Fix msvc stdout not shown on error (#1303)1eefa74
CI: Avoid running scheduled jobs on forks (#1302)11f0f2e
Regenerate target info (#1301)5e3c257
Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#1298)6a1def4
Fix: Fetch target info from Cargo even ifBuild::target
is manually set (#1...a8f0611
Fix two files with different extensions having the same object name (#1295)29d6ca1
Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#1292)Updates
clap_builder
from 4.5.21 to 4.5.23Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
fde45f9
chore: Release45d5d7e
docs: Update changelog4b82b97
chore: Releasea982adf
docs: Update changeloge5624f0
Merge pull request #5838 from cakebaker/support_uppercase_e_in_scientific_not...c8095c0
fix(lex): Allow an exponent 'E'9ebdf8c
test(lex): Allow 'E' in scientific notation5babafd
chore: Releaseac6b09c
docs: Update changelog18a81c4
Merge pull request #5836 from omertuc/reqselfUpdates
clap_lex
from 0.7.3 to 0.7.4Changelog
Sourced from clap_lex's changelog.
Commits
4b82b97
chore: Releasea982adf
docs: Update changeloge5624f0
Merge pull request #5838 from cakebaker/support_uppercase_e_in_scientific_not...c8095c0
fix(lex): Allow an exponent 'E'9ebdf8c
test(lex): Allow 'E' in scientific notation5babafd
chore: Releaseac6b09c
docs: Update changelog18a81c4
Merge pull request #5836 from omertuc/reqself29d9e88
fix(assert): Prevent arguments from requiring self52aad0e
test(asserts): Add test for self requiresUpdates
hashbrown
from 0.15.1 to 0.15.2Changelog
Sourced from hashbrown's changelog.
Commits
Updates
indexmap
from 2.6.0 to 2.7.0Changelog
Sourced from indexmap's changelog.
Commits
539b401
Merge pull request #361 from cuviper/insert_entry998edb1
Release 2.7.02a0ca97
Add{Entry,VacantEntry}::insert_entry
dceb0f0
Merge pull request #360 from cuviper/collect_vec_listc095322
ci: downgrade hashbrown for 1.637d8cef8
Use rayon-1.9.0'scollect_vec_list
Updates
itoa
from 1.0.13 to 1.0.14Release notes
Sourced from itoa's releases.
Commits
7e6b258
Release 1.0.146f07cf6
Merge pull request #56 from dtolnay/hidebufferd2f97a8
Try to prevent Integer<Buffer = ...> IDE suggestionUpdates
mio
from 1.0.2 to 1.0.3Changelog
Sourced from mio's changelog.
Commits
f45f492
Release v1.0.3 (#1843)cbb53c7
Use poll(2) implementation on AIXd8d68ac
Implement more I/O safety traits8b6c4b5
Remove dependency to hermit-abi (#1830)Updates
syn
from 2.0.89 to 2.0.90Release notes
Sourced from syn's releases.
Commits
ac5b41c
Release 2.0.909037abb
Merge pull request #1787 from dtolnay/unparenthesizetest1a549c0
Improve test_unparenthesize to catch more false negativesf9aa206
Merge pull request #1786 from dtolnay/fieldcall1445ccf
Do not parenthesize unnamed tuple struct fields in call48d0101
Fix parenthesization of field expressions in function calls0e5c568
Add test of parentheses needed in call of field1cf735e
Merge pull request #1785 from dtolnay/attrprecedence204c155
Lower precedence of expressions containing outer attrs401399f
Add test of attr precedence inside subexpressionUpdates
thiserror
from 2.0.3 to 2.0.4Release notes
Sourced from thiserror's releases.
Commits
70a1261
Release 2.0.44fde284
Merge pull request #391 from matt-phylum/needless-lifetimesaa19b7c
suppress needless_lifetimes lints from clippy 0.1.83ad2f20b
Use ui test syntax that does not interfere with rustfmtUpdates
thiserror-impl
from 2.0.3 to 2.0.4Release notes
Sourced from thiserror-impl's releases.
Commits
70a1261
Release 2.0.44fde284
Merge pull request #391 from matt-phylum/needless-lifetimesaa19b7c
suppress needless_lifetimes lints from clippy 0.1.83ad2f20b
Use ui test syntax that does not interfere with rustfmtUpdates
time
from 0.3.36 to 0.3.37Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
d4e39b3
v0.3.37 release0943997
Fix CI failure8b50f04
Update lints56f1db6
AddMonth::length
,days_in_month
03bcfe9
Skip formatting some macros, update UI tests4404638
Permit exprs inserde::format_description!
6b43b44
strftime implementation98569ff
Hide deprecations from docsfebf3a1
Obtain local offset in multi-threaded situations1e19827
Update rstest and rstest_reuse; bump MSRV to 1.67.1 (#716)Updates
tokio
from 1.41.1 to 1.42.0Release notes
Sourced from tokio's releases.
Commits
bb9d570
chore: prepare Tokio v1.42.0 (#7005)af9c683
tests: fix typo in build test instructions (#7004)4bc5a1a
ci: allow Unicode-3.0 license for unicode-ident (#7006)f8948ea
runtime: do not deferyield_now
insideblock_in_place
(#6999)bce9780
time: usearray::from_fn
instead of manually creating array (#7000)38151f3
readme: unlist 1.32.x as LTS release (#6997)5dda72d
ci: pin valgrind to rustc 1.82 (#6998)c07257f
io: simplify io readiness logic (#6966)d08578f
time: fix a typo inInstant
docs (#6982)4047d79
miri: add annotations for tests with miri ignore (#6981)Updates
wasm-bindgen
from 0.2.95 to 0.2.97Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
7fa2afa
Regenerate reference tests (#4309)b4428b0
Prepare v0.2.97 release (#4308)b9333c5
Note that feature resolver version 2 is required (#4307)9fab9ce
Only usewasm_bindgen::__rt
in proc-macros (#4305)32db0f4
Removed a few#[allow(dead_code)]
(#4299)7ad4766
Prepare v0.2.96 release (#4298)473e3db
Add environment variables to configure tests (#4295)b3da9dc
transition away from deprecated setters internally (#4297)2fbee99
Use private constructors in type definitions of structs without an exported c...9e78347
Improved errors for invalidself
arguments (#4276)Updates
wasm-bindgen-backend
from 0.2.95 to 0.2.97Changelog
Sourced from wasm-bindgen-backend's changelog.
... (truncated)
Commits
7fa2afa
Regenerate reference tests (#4309)b4428b0
Prepare v0.2.97 release (#4308)9fab9ce
Only usewasm_bindgen::__rt
in proc-macros (#4305)32db0f4
Removed a few#[allow(dead_code)]
(#4299)7ad4766
Prepare v0.2.96 release (#4298)473e3db
Add environment variables to configure tests (#4295)b3da9dc
transition away from deprecated setters internally (#4297)2fbee99
Use private constructors in type definitions of structs without an exported c...