chore(deps): bump the cargo-dependencies group across 1 directory with 13 updates #140
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 13 updates in the / directory:
0.4.39
0.4.41
4.5.28
4.5.37
0.6.3
0.6.4
0.10.1
0.10.2
0.28.1
0.29.0
1.0.217
1.0.219
0.26.3
0.27.1
0.16.1
0.16.2
1.43.0
1.44.2
0.8.20
0.8.22
0.11.1
0.12.1
1.13.1
1.16.0
1.0.3
1.0.4
Updates
chrono
from 0.4.39 to 0.4.41Release notes
Sourced from chrono's releases.
Commits
d1de1d9
Bump version to 0.4.41e2bd1d1
Add support for lenient format strings (#1693)2c95b0a
Tweak expression to avoid repetitionebeef99
TimeZone::from_posix_tz: Treat empty TZ variable as UTCdc068f0
Tweak style on NaiveWeek fixesb267a4f
Implemented consistent Hash and Eq trait for NaiveWeek7c0bd13
Apply suggestions from clippy 1.86104cdc7
Bump MSRV to 1.626a85301
Upgrade to windows-bindgen 0.61265c79b
Tweak WeekdaySet method orderUpdates
clap
from 4.5.28 to 4.5.37Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
c54ffa1
chore: Release26eab7b
docs: Update changelogf275804
Merge pull request #5805 from epage/style7c7742c
fix(complete): Adjust dynamic for MSRVf1ae3c0
style: Make clippy happy5c932b7
chore(deps): Update Rust crate divan to v0.1.15 (#5798)bc0537f
chore(deps): Update compatible (dev) (#5797)7a6475e
chore: Release0266c41
docs: Update changelog6ec0b43
Merge pull request #5791 from okapia/zsh-default-fallbackUpdates
color-eyre
from 0.6.3 to 0.6.4Commits
97c8469
Undo eyre version bump067cf05
Bump color-eyre to 0.6.4 (#229)9943e52
Update PyO3, clippy fixes (#228)a48e365
Bump color-eyre to 0.6.4b14c715
Merge branch 'clippy' into pyo34f70655
Update pyo37b1a204
Clippy fixesc4ee249
Bump color-eyre to 0.6.3, color-spantrace to 0.2.2 to publish owo-colors bump...7706273
emit rustc-check-cfg info and fix doc_lazy_continuation clippy warning (#200)fc83cb8
chore(color-eyre): Set color-eyre dependency on eyre via path. (#197)Updates
copypasta
from 0.10.1 to 0.10.2Changelog
Sourced from copypasta's changelog.
Commits
47f5501
Bump version to 0.10.2ac7e868
Update clipboard-win to 5.4.066680c1
Bump MSRV to 1.71.0c45be6b
Remove default features for objc20bea1d8
Add wayland-dlopen feature switch7a0c23c
Switch from objc to objc2Updates
crossterm
from 0.28.1 to 0.29.0Release notes
Sourced from crossterm's releases.
Changelog
Sourced from crossterm's changelog.
Commits
Updates
serde
from 1.0.217 to 1.0.219Release notes
Sourced from serde's releases.
Commits
49d098d
Release 1.0.21940f1d19
Wrap dummy.rs to 80 columns514848b
Merge pull request #2906 from davidzeng0/master168b6cf
fix clippy absolute paths warninga8bdd17
Remove unused Punctuated import1c96013
Resolve mem_replace_with_default clippy lintf0d1ae0
Ignore elidable_lifetime_names pedantic clippy linte3eaa6a
Merge pull request #2896 from dtolnay/stabledoc6a630cf
Also link to stable proc_macro7bfd518
Release 1.0.218Updates
strum
from 0.26.3 to 0.27.1Release notes
Sourced from strum's releases.
... (truncated)
Changelog
Sourced from strum's changelog.
... (truncated)
Commits
85d0ae6
Update versions to 0.27.1 everywhere1576a7a
Peternator7/fix transparent typo (#421)23d2952
Create ci.yml9c5fb56
Fix warnings in tests from variants that need to exist, but don't get used (#...030d7b5
Merge branch 'bobozaur-258-transparent-attr'7606dd5
Do some light refactoring to combine similiar code paths togetherb6a357d
Merge branch '258-transparent-attr' of https://github.com/bobozaur/strum into...24e7a4f
Use _ to silence warnings (#418)4c1f6c1
Update docs to actually include new features (#417)9db3c4d
Replace IntoDiscriminant with EnumDiscriminants in macro exports, as (#414)Updates
textwrap
from 0.16.1 to 0.16.2Release notes
Sourced from textwrap's releases.
Changelog
Sourced from textwrap's changelog.
Commits
4770e55
Merge pull request #585 from mgeisler/release-0.16.284ca0bb
Bump version to 0.16.230fc2df
Update changelog for version 0.16.26ff5874
Add dependency graph for version 0.16.21e2016c
Adapt to breaking changes in actions/github-scripted3e027
Merge pull request #584 from mgeisler/cargo-semver-on-release5bd05cb
Runcargo semver-checks
when preparing a releaseca4138c
Merge pull request #581 from mgeisler/cache-coverage-build47c5cda
Merge pull request #583 from mgeisler/add-codecov-token3ca3f2e
Merge pull request #582 from waywardmonkeys/fix-needless_lifetimes-lintUpdates
tokio
from 1.43.0 to 1.44.2Release notes
Sourced from tokio's releases.
... (truncated)
Commits
ec4b1d7
chore: forward port 1.43.xe3c3a56
Merge branch 'tokio-1.43.x' into forward-port-1.43.xa7b658c
chore: prepare Tokio v1.43.1 releasec1c8d10
Merge remote-tracking branch 'origin/tokio-1.38.x' into forward-port-1.38.xaa303bc
chore: prepare Tokio v1.38.2 release7b6ccb5
chore: backport CI fixes4b174ce
sync: fix cloning value when receiving from broadcast channeld413c9c
chore: prepare Tokio v1.44.1 (#7217)addbfb9
rt: skip defer queue inblock_in_place
context (#7216)8182ecf
chore: prepare Tokio v1.44.0 (#7202)Updates
toml
from 0.8.20 to 0.8.22Commits
6922da3
chore: Releasefbf0a92
docs: Update changelog83588b3
Merge pull request #878 from epage/w1eeb885c
fix(serde): Skip fields with newtypes wrapping None3c305c7
test(serde): Show NewType(None) behavior7bd5eaf
test(serde): Group None tests388cfa3
chore(deps): Update toml-test (#877)a025b84
refactor(edit): Change ser none tracking to mut field54666ad
docs(write): Add guidance13cf518
refactor(edit): Bypass a layer of abstraction in serUpdates
tui-input
from 0.11.1 to 0.12.1Release notes
Sourced from tui-input's releases.
Commits
c30b204
Make ratatui dependency optional0eed6e7
Update readmea9a5d03
Fixes00c64bd
Improve feature flags88fa1fb
Upgrade crossterm and add value_and_reset()c38ec5f
feat: rewrite ratatui example0cf21a1
feat: rewrite termion example5638a62
feat: rewrite crossterm exampleUpdates
uuid
from 1.13.1 to 1.16.0Release notes
Sourced from uuid's releases.
Commits
c36beb1
Merge pull request #817 from uuid-rs/cargo/v1.16.05338b24
prepare for 1.16.0 release420f627
Merge pull request #815 from tguichaoua/new_v8_const254258c
markUuid::new_v8
const4e5b88e
Merge pull request #812 from uuid-rs/cargo/v1.15.17fb64f7
prepare for 1.15.1 releasef05b6df
Merge pull request #811 from uuid-rs/fix/v7-overflowc2d313f
guarantee v7 timestamp will never overflow56ba68f
Merge pull request #810 from uuid-rs/cargo/v1.15.026c8a9b
prepare for 1.15.0 releaseUpdates
webbrowser
from 1.0.3 to 1.0.4Release notes
Sourced from webbrowser's releases.
Changelog
Sourced from webbrowser's changelog.
Commits
4cd17c5
Release v1.0.4 [skip ci]0f4d885
ios: Re-add nullability check forsharedApplication
def4de1
Merge branch 'MarijnS95-objc2-0.6'. See PR #95f287749
ios: Upgrade toobjc2 0.6
and drop dependency onblock2
3ea6f97
fix ios build #build-ios0638fdb
ios: prepare for objc2 frameworks v0.3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions