-
-
Notifications
You must be signed in to change notification settings - Fork 641
Bump the cargo group across 1 directory with 14 updates #2686
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
Closed
Conversation
This file contains hidden or 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
4942b8a
to
9b7a671
Compare
Bumps the cargo group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.74` | `0.3.75` | | [clap](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.42` | | [crossterm](https://github.com/crossterm-rs/crossterm) | `0.28.1` | `0.29.0` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.9.0` | `2.10.0` | | [log](https://github.com/rust-lang/log) | `0.4.26` | `0.4.27` | | [notify](https://github.com/notify-rs/notify) | `8.0.0` | `8.2.0` | | [notify-debouncer-mini](https://github.com/notify-rs/notify) | `0.6.0` | `0.7.0` | | [parking_lot_core](https://github.com/Amanieu/parking_lot) | `0.9.10` | `0.9.11` | | [struct-patch](https://github.com/yanganto/struct-patch) | `0.9.4` | `0.10.3` | | [which](https://github.com/harryfei/which-rs) | `7.0.2` | `8.0.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.15.0` | `3.20.0` | | [gix](https://github.com/GitoxideLabs/gitoxide) | `0.71.0` | `0.73.0` | | [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.108` | `0.9.109` | Updates `backtrace` from 0.3.74 to 0.3.75 - [Release notes](https://github.com/rust-lang/backtrace-rs/releases) - [Commits](rust-lang/backtrace-rs@0.3.74...0.3.75) Updates `clap` from 4.5.38 to 4.5.42 - [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.38...clap_complete-v4.5.42) Updates `crossterm` from 0.28.1 to 0.29.0 - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29) Updates `indexmap` from 2.9.0 to 2.10.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.9.0...2.10.0) Updates `log` from 0.4.26 to 0.4.27 - [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.26...0.4.27) Updates `notify` from 8.0.0 to 8.2.0 - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](notify-rs/notify@notify-8.0.0...notify-8.2.0) Updates `notify-debouncer-mini` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](notify-rs/notify@debouncer-full-0.6.0...debouncer-mini-0.7.0) Updates `parking_lot_core` from 0.9.10 to 0.9.11 - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](Amanieu/parking_lot@core-0.9.10...parking_lot_core-v0.9.11) Updates `struct-patch` from 0.9.4 to 0.10.3 - [Commits](yanganto/struct-patch@v0.9.4...v0.10.3) Updates `which` from 7.0.2 to 8.0.0 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@7.0.2...8.0.0) Updates `tempfile` from 3.15.0 to 3.20.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.15.0...v3.20.0) Updates `gix` from 0.71.0 to 0.73.0 - [Release notes](https://github.com/GitoxideLabs/gitoxide/releases) - [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md) - [Commits](GitoxideLabs/gitoxide@gix-v0.71.0...gix-v0.73.0) Updates `openssl-sys` from 0.9.108 to 0.9.109 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-sys-v0.9.108...openssl-sys-v0.9.109) Updates `gix-path` from 0.10.15 to 0.10.20 - [Release notes](https://github.com/GitoxideLabs/gitoxide/releases) - [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md) - [Commits](GitoxideLabs/gitoxide@gix-path-v0.10.15...gix-path-v0.10.20) --- updated-dependencies: - dependency-name: backtrace dependency-version: 0.3.75 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: crossterm dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: indexmap dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: log dependency-version: 0.4.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: notify dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: notify-debouncer-mini dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: parking_lot_core dependency-version: 0.9.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: struct-patch dependency-version: 0.10.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: tempfile dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: gix dependency-version: 0.73.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: openssl-sys dependency-version: 0.9.109 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: gix-path dependency-version: 0.10.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
9b7a671
to
424a4dd
Compare
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 group with 13 updates in the / directory:
0.3.74
0.3.75
4.5.38
4.5.42
0.28.1
0.29.0
2.9.0
2.10.0
0.4.26
0.4.27
8.0.0
8.2.0
0.6.0
0.7.0
0.9.10
0.9.11
0.9.4
0.10.3
7.0.2
8.0.0
3.15.0
3.20.0
0.71.0
0.73.0
0.9.108
0.9.109
Updates
backtrace
from 0.3.74 to 0.3.75Release notes
Sourced from backtrace's releases.
Commits
f8cc6ac
Merge pull request #680 from ChrisDenton/0.3.75612c018
Cut backtrace 0.3.75d7c5a45
Merge pull request #689 from workingjubilee/formalize-lruc88b038
Revert "mem::swap, not mem::replace, in LRU backshifts"b7fbd04
mem::swap, not mem::replace, in LRU backshifts3afccb1
raise backtrace MSRV to allowinline_const
63b7d26
Use a custom container for Cache's cache154a0ea
Update libloading dep, runcargo update
rust-lang/backtrace-rs#650
4d7906b
rust-lang/backtrace-rs#682
a9c4658
Test Mac Catalyst in CI, and clean up unnecessary iOS env flags (rust-lang/ba...Updates
clap
from 4.5.38 to 4.5.42Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
27cc4b7
chore: Release16a4fc7
docs: Update changelog07f9f15
Merge pull request #5874 from tetzng/fix-fish-completions721deab
chore: Releasea4be55b
docs: Update changelogfd5e691
Merge pull request #5877 from therealprof/features/use-btreemap-instead-of-so...6604e79
Use BTreeMap instead of a sorted Vec28e163a
fix(complete): Remove {} and replace commas with newlinesb5a47c4
chore: Releaseb154a7a
docs: Update changelogUpdates
crossterm
from 0.28.1 to 0.29.0Release notes
Sourced from crossterm's releases.
Changelog
Sourced from crossterm's changelog.
Commits
Updates
indexmap
from 2.9.0 to 2.10.0Changelog
Sourced from indexmap's changelog.
Commits
91dbcc5
Merge pull request #399 from cuviper/release-2.10.067a5a71
Release 2.10.037e519a
Merge pull request #308 from cuviper/extract_if4d7618f
Merge pull request #398 from cuviper/bench-deps68201eb
Drop lazy_static for LazyLockeaaaa56
Switch to fastrand for bench shufflingb19d84e
Fixclippy::needless_lifetimes
4f62778
impl FusedIterator for ExtractIf
e09eaaf
Document and trackextract_if
panicsa8d7dc5
Add range support toextract_if
Updates
log
from 0.4.26 to 0.4.27Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
35161d0
Merge pull request #674 from rust-lang/cargo/0.4.27cc131ef
prepare for 0.4.27 releaseea6f54d
Merge pull request #673 from rust-lang/feat/logger-by-refd229c73
fix unclosed code block02486e4
fill in more tests for logger argument71e034f
expand logger testsdfa067e
fix up kv passing39d4c3a
run fmt7aacc8f
pass global logger by value, supplied logger by refa438c6e
Merge pull request #664 from tisonkun/logger-fieldUpdates
notify
from 8.0.0 to 8.2.0Release notes
Sourced from notify's releases.
... (truncated)
Changelog
Sourced from notify's changelog.
Commits
a1d7c2d
Prepare release (#706)c685ea7
Skip allModify
events right after aCreate
event, unless it's a rename e...e36d54e
fix: INotifyWatcher may raise events with no paths (#700)394ef18
feat(inotify): notify a user if themax_user_watches
has been reached impli...04473de
chore: Prepare 8.1.0 release (#697)12a026d
fix: makePathsMut::commit
consuming (#695)d824023
feat: introduceWatcher::paths_mut
for adding/removing paths in batch (#692)b984134
Do not clone paths while walking dirs (#693)416ba82
chore: Use MSRV for Clippy and rustfmt (#694)10ce3ef
Updatewindows-sys
to v0.60 (#691)Updates
notify-debouncer-mini
from 0.6.0 to 0.7.0Changelog
Sourced from notify-debouncer-mini's changelog.
... (truncated)
Commits
Updates
parking_lot_core
from 0.9.10 to 0.9.11Changelog
Sourced from parking_lot_core's changelog.
Commits
df66e66
Update CHANGELOG.mdbc72f02
chore: release7bd09e2
Merge pull request #469 from Amanieu/release-plz-changelog965216f
Use a single changelog with release-plz398560e
Merge pull request #467 from Amanieu/release-plza7c490f
Add release-plz for automatic releases4989a4f
Merge pull request #466 from Amanieu/issue-465249cb2a
Fix parked upgraders potentially not being woken up after a write locka0d2de0
Fix clearingPARKED_WRITER_BIT
after a timeout03b0192
Merge pull request #464 from Amanieu/ci-msrvUpdates
struct-patch
from 0.9.4 to 0.10.3Commits
8aed78a
Fixnesting
withstatus
feature (#101)f9d60b6
fix nesting with other features (#100)52f0a9d
enable nesting feature for derive2492b24
Add nesting feature (#98)f4915a5
Bump crate-ci/typos from 1.31.2 to 1.32.0 (#96)Updates
which
from 7.0.2 to 8.0.0Release notes
Sourced from which's releases.
Changelog
Sourced from which's changelog.
Commits
adac2cd
bump version, update changelog84e152e
reduce sys::Sys requirements, add some tracing for otherwise silent errors (#...a0a6daf
feat: add Sys trait for swapping out system (#109)eef1998
Add actively maintained badge1d145de
release version 7.0.3f5e5292
fix unrelated lint error4dcefa6
bump rustixUpdates
tempfile
from 3.15.0 to 3.20.0Changelog
Sourced from tempfile's changelog.
... (truncated)
Commits
99ffea6
chore: release v3.20.0 (#358)bd2b267
feat: make it possible to disable cleanup in-place after creation (#355)3b30099
ci: really check docs for warnings (#357)f701f52
ci: check docs (#356)d34afe9
doc: improve SpooledData documentation6deb42e
doc: make it easier to pick the correct tempfile constructor/typee284782
feat: allow creating spooled temporary files in a specific directory (#353)07edc31
feat: implementSpooledTempFile::into_file
(#352)b122355
fix: add must_use attribute to TempDir::keep (#351)cbd1e97
feat: renameTempDir::into_path
toTempDir::keep
(#349)Updates
gix
from 0.71.0 to 0.73.0Release notes
Sourced from gix's releases.
... (truncated)
Commits
5a919c4
Release gix-date v0.10.3, gix-actor v0.35.2, gix-trace v0.1.13, gix-path v0.1...65037b5
update changelogs prior to releasea8b5751
fix:gix submodule list
now prints the submodule path in debug modea773854
fix: improve error message for when there is too many packs.45b369c
doc: Improve and correctnormalize()
documentation (#2074)1dd9329
Merge pull request #2077 from EliahKagan/releasing-eventsef5fff1
Don't runrelease.yml
onpush
except in testinge249706
Addjust
recipes that triggerrelease.yml
60c29a5
Merge pull request #2061 from orthros/pseudo-refs43f92b5
refactorUpdates
openssl-sys
from 0.9.108 to 0.9.109Release notes
Sourced from openssl-sys's releases.
Commits
e6209d4
Merge pull request #2415 from alex/bump-version9ca6cfe
Release openssl v0.10.73 and openssl-sys v0.9.109c42d49c
Merge pull request #2414 from alex/boringssl-fix5e24219
Attempt to fix with vcpkg93f30ff
fixed building on the latest boringssleb88fb0
Merge pull request #2403 from botovq/ctest79a304a
Replace ctest2 with ctestUpdates
gix-path
from 0.10.15 to 0.10.20Release notes
Sourced from gix-path's releases.
... (truncated)
Commits
d64f257
Release gix-actor v0.35.3, gix-path v0.10.20, gix-features v0.43.1, gix-objec...5e0122d
prepare changelogs prior to release.ef73c6b
Merge pull request #2098 from dscho/fix-parsing-of-legacy-git.git-commit191067e
remove unused struct.8ad43f1
refactora0660fe
Allow empty-valued commit headers in more placesa86f67b
Work around parse errors of a bogus git.git commita149d4e
Merge pull request #2096 from svenstaro/patch-1589d63e
Merge pull request #2097 from GitoxideLabs/fix-gix-date007e3f6
Release gix-date v0.10.4