deps: bump the deps group across 1 directory with 12 updates #224
+77
−94
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 deps group with 12 updates in the / directory:
4.5.47
4.5.48
0.13.22
0.13.23
0.4.41
0.4.42
4.5.57
4.5.58
7.2.0
7.2.1
0.1.61
0.1.62
2.2.0
2.3.0
1.1.0
1.2.1
1.0.219
1.0.226
1.0.143
1.0.145
3.21.0
3.22.0
5.0.0
5.1.1
Updates
clap
from 4.5.47 to 4.5.48Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
c3a1ddc
chore: Release4460ff4
docs: Update changelog54947a1
Merge pull request #5981 from mernen/fix-bash-clap-complete-spacefd3f6d2
fix(complete): Restore nospace in bash2f6a108
test(complete): Demonstrate current behaviorf88be57
style: Ensure consistent newlinesf209bce
chore: Releasef33ff7f
docs: Update changelogbf06e6f
Merge pull request #5974 from kryvashek/support-clearing-args-matches5d357ad
feat(parser): Added ArgMatches::try_clear_id()Updates
binstalk-downloader
from 0.13.22 to 0.13.23Commits
975127a
chore: release (#2309)d858d78
ci: Update release-plz.yml (#2308)b1ac44f
dep: Upgrade transitive dependencies (#2307)314fef0
feat: respect socks5 inhttps_proxy
(#2306)4fcdf58
dep: Upgrade transitive dependencies (#2304)f69a299
Create HELP.md (#2297)94a30bc
docs: improve registry option documentation (#2302)837578d
release: cargo-binstall v1.15.4 (#2300)8e44f83
chore: release (#2296)5443f9d
dep: Upgrade transitive dependencies (#2299)Updates
chrono
from 0.4.41 to 0.4.42Release notes
Sourced from chrono's releases.
Commits
f3fd15f
Bump version to 0.4.425cf5603
strftime: add regression test casea623170
strftime: simplify error handling36fbfb1
strftime: move specifier handling out of match to reduce rightward drift7f413c3
strftime: yield None early9d5dfe1
strftime: outline constantse5f6be7
strftime: move error() method below callerd516c27
strftime: merge impl blocks0ee2172
strftime: re-order items to keep impls together757a8b0
Upgrade to windows-bindgen 0.63Updates
clap_complete
from 4.5.57 to 4.5.58Commits
88f13cb
chore: Releasefe2d731
docs: Update changelogb256739
Merge pull request #6131 from mernen/do-not-suggest-opts-after-escape8aaf704
fix(complete): Do not suggest options after "--"4a86fee
test(complete): Illustrate current behavior281f8ae
Merge pull request #6126 from epage/p3cbce42
docs(cookbook): Make typed-derive easier to maintain9fd4dc9
docs(cookbook): Provide a custom TypedValueParser8f8e861
docs(cookbook): Add local enum to typed-derive926bafe
docs(cookbook): Hint at overriding value_nameUpdates
comfy-table
from 7.2.0 to 7.2.1Changelog
Sourced from comfy-table's changelog.
Commits
9a108a2
chore: Release comfy-table version 7.2.1592b0ee
docs: Update Changeloge3dc716
Merge pull request #186 from hzhongmj/constraint-test-fixfffc309
Add a table width so it works in environment without ttyfa131ac
chore: Fix lint issuesUpdates
detect-targets
from 0.1.61 to 0.1.62Commits
975127a
chore: release (#2309)d858d78
ci: Update release-plz.yml (#2308)b1ac44f
dep: Upgrade transitive dependencies (#2307)314fef0
feat: respect socks5 inhttps_proxy
(#2306)4fcdf58
dep: Upgrade transitive dependencies (#2304)f69a299
Create HELP.md (#2297)94a30bc
docs: improve registry option documentation (#2302)837578d
release: cargo-binstall v1.15.4 (#2300)Updates
humantime
from 2.2.0 to 2.3.0Release notes
Sourced from humantime's releases.
Commits
7994b71
ci: disable for non-main pushes1b59068
Bump version to 2.3.0cacdb93
ci: add audit job5cc8dc5
ci: add job to check semver compatibility0d5fe2d
Bump version to 2.2.1fc0e7ea
duration: move current value out of Parser1febd52
duration: track current value as Duration0adba12
duration: track current nanoseconds as u32786218f
Extract unit parsing9ff48bf
Re-order duration parser methods in top-down orderUpdates
lloggs
from 1.1.0 to 1.2.1Commits
fc27003
chore: Release lloggs version 1.2.1e6fd487
feat: use supports_color to know better when ColourMode::Auto should be onaabf017
chore: Release lloggs version 1.2.0f0fc66b
deps: bump the deps group with 2 updates (#8)a510092
feat: support using a different logline environment variable than RUST_LOG1696ad3
feat: support CLICOLOR_FORCE and let --color={never,always} take precedencebb0779f
deps: bump the deps group with 3 updates (#7)adb52f6
deps: bump the deps group with 3 updates (#5)794363b
deps: bump actions/checkout from 4 to 5 (#6)Updates
serde
from 1.0.219 to 1.0.226Release notes
Sourced from serde's releases.
Commits
1799547
Release 1.0.2262dbeefb
Merge pull request #2935 from Mingun/dedupe-adj-enums8a3c29f
Merge pull request #2986 from dtolnay/didnotworkdefc24d
Remove "did not work" comment from test suite2316610
Merge pull request #2929 from Mingun/flatten-enum-testsc09e2bd
Add tests for flatten unit variant in adjacently tagged (tag + content) enumsfe7dcc4
Test all possible orders of map entries for enum-flatten-in-struct representa...a20e66e
Check serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...1c1a5d9
Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...ee3c237
Opt in to generate-macro-expansion when building on docs.rsUpdates
serde_json
from 1.0.143 to 1.0.145Release notes
Sourced from serde_json's releases.
Commits
efa66e3
Release 1.0.14523679e2
Add serde version constraintfc27baf
Release 1.0.144caef3c6
Ignore uninlined_format_args pedantic clippy lint81ba3aa
Merge pull request #1285 from dtolnay/serdecored21e8ce
Switch serde dependency to serde_core6beb6cd
Merge pull request #1286 from dtolnay/up1dbc803
Raise required compiler to Rust 1.610bf5d87
Enforce trybuild >= 1.0.108d12e943
Update actions/checkout@v4 -> v5Updates
tempfile
from 3.21.0 to 3.22.0Changelog
Sourced from tempfile's changelog.
Commits
f720dbe
chore: release 3.22.055d742c
chore: remove deprecated unstable feature flagbc41a0b
build(deps): update windows-sys requirement from >=0.52, <0.61 to >=0.52, <0....3c55387
test: make sure we don't drop tempdirs early (#373)17bf644
doc(builder): clarify permissions (#372)c7423f1
doc(env): document the alternative to setting the tempdir (#371)5af60ca
test(wasi): run a few tests that shouldn't have been disabled (#370)6c0c561
fix(doc): temp_dir doesn't check if writableUpdates
zip
from 5.0.0 to 5.1.1Release notes
Sourced from zip's releases.
Changelog
Sourced from zip's changelog.
Commits
6423fee
chore: release v5.1.1 (#423)97c33a6
fix: panic when reading empty extended-timestamp field (#404) (#422)8d094b8
chore: Configure Amazon Q rules (#421)5362be0
fix: Restore original file timestamp when unzipping withchrono
(#46)4802b87
chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (#416)e341b3d
chore: release v5.1.0 (#419)0abee77
feat: Add legacy shrink/reduce/implode compression (#303)12c87d1
chore: release v5.0.1 (#418)b611a59
fix: aes was not copied correctly in raw copy methods (#417)Dependabot 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