-
Notifications
You must be signed in to change notification settings - Fork 1
deps: bump the deps group across 1 directory with 17 updates #225
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/deps-2e36885253
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Bumps the deps group with 17 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.48` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.16` | `2.0.17` | | [binstalk-downloader](https://github.com/cargo-bins/cargo-binstall) | `0.13.22` | `0.13.23` | | [chrono](https://github.com/chronotope/chrono) | `0.4.41` | `0.4.42` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.57` | `4.5.58` | | [comfy-table](https://github.com/nukesor/comfy-table) | `7.2.0` | `7.2.1` | | [detect-targets](https://github.com/cargo-bins/cargo-binstall) | `0.1.61` | `0.1.63` | | [humantime](https://github.com/chronotope/humantime) | `2.2.0` | `2.3.0` | | [lloggs](https://github.com/passcod/lloggs) | `1.1.0` | `1.2.1` | | [regex](https://github.com/rust-lang/regex) | `1.11.2` | `1.11.3` | | [serde](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.228` | | [serde_json](https://github.com/serde-rs/json) | `1.0.143` | `1.0.145` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.37.0` | `0.37.1` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.21.0` | `3.23.0` | | [tokio-postgres](https://github.com/rust-postgres/rust-postgres) | `0.7.13` | `0.7.14` | | [zip](https://github.com/zip-rs/zip2) | `5.0.0` | `5.1.1` | | [windows](https://github.com/microsoft/windows-rs) | `0.62.0` | `0.62.1` | Updates `clap` from 4.5.47 to 4.5.48 - [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.47...clap_complete-v4.5.48) Updates `thiserror` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...2.0.17) Updates `binstalk-downloader` from 0.13.22 to 0.13.23 - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/install-from-binstall-release.ps1) - [Commits](cargo-bins/cargo-binstall@binstalk-downloader-v0.13.22...binstalk-downloader-v0.13.23) Updates `chrono` from 0.4.41 to 0.4.42 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.41...v0.4.42) Updates `clap_complete` from 4.5.57 to 4.5.58 - [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.57...clap_complete-v4.5.58) Updates `comfy-table` from 7.2.0 to 7.2.1 - [Release notes](https://github.com/nukesor/comfy-table/releases) - [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md) - [Commits](Nukesor/comfy-table@v7.2.0...v7.2.1) Updates `detect-targets` from 0.1.61 to 0.1.63 - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/install-from-binstall-release.ps1) - [Commits](cargo-bins/cargo-binstall@detect-targets-v0.1.61...detect-targets-v0.1.63) Updates `humantime` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/chronotope/humantime/releases) - [Commits](chronotope/humantime@v2.2.0...v2.3.0) Updates `lloggs` from 1.1.0 to 1.2.1 - [Commits](passcod/lloggs@v1.1.0...v1.2.1) Updates `regex` from 1.11.2 to 1.11.3 - [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.11.2...1.11.3) Updates `serde` from 1.0.219 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.219...v1.0.228) Updates `serde_json` from 1.0.143 to 1.0.145 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.143...v1.0.145) Updates `sysinfo` from 0.37.0 to 0.37.1 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.37.0...v0.37.1) Updates `tempfile` from 3.21.0 to 3.23.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.21.0...v3.23.0) Updates `tokio-postgres` from 0.7.13 to 0.7.14 - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](rust-postgres/rust-postgres@tokio-postgres-v0.7.13...tokio-postgres-v0.7.14) Updates `zip` from 5.0.0 to 5.1.1 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v5.0.0...v5.1.1) Updates `windows` from 0.62.0 to 0.62.1 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: binstalk-downloader dependency-version: 0.13.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap_complete dependency-version: 4.5.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: comfy-table dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: detect-targets dependency-version: 0.1.63 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: humantime dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: lloggs dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: regex dependency-version: 1.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_json dependency-version: 1.0.145 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: sysinfo dependency-version: 0.37.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: tokio-postgres dependency-version: 0.7.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: zip dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: windows dependency-version: 0.62.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
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 deps group with 17 updates in the / directory:
4.5.47
4.5.48
2.0.16
2.0.17
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.63
2.2.0
2.3.0
1.1.0
1.2.1
1.11.2
1.11.3
1.0.219
1.0.228
1.0.143
1.0.145
0.37.0
0.37.1
3.21.0
3.23.0
0.7.13
0.7.14
5.0.0
5.1.1
0.62.0
0.62.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
thiserror
from 2.0.16 to 2.0.17Release notes
Sourced from thiserror's releases.
Commits
72ae716
Release 2.0.17599fdce
Merge pull request #434 from dtolnay/private9ec05f6
Use differently named __private module per patch released2c492b
Raise minimum tested compiler to rust 1.76fc3ab95
Opt in to generate-macro-expansion when building on docs.rs819fe29
Update ui test suite to nightly-2025-09-12259f48c
Enforce trybuild >= 1.0.108470e6a6
Update ui test suite to nightly-2025-08-24544e191
Update actions/checkout@v4 -> v5cbc1eba
Delete duplicate cap-lints flag from build scriptUpdates
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.63Commits
2da41f3
chore: release (#2322)96c132b
dep: Upgrade transitive dependencies (#2321)abba1f1
ci: Fix action.yml (#2319)dfd1fa0
build(deps): bump clap from 4.5.47 to 4.5.48 in the deps group (#2316)160e1f3
chore(detect-wasi): release v1.0.40 (#2315)6c16d05
dep: Upgrade transitive dependencies (#2314)cf49c6d
docs: edited the link to the tag badge (#2313)d020f11
build(deps): bump tj-actions/changed-files from 46 to 47 (#2311)20aa316
release: cargo-binstall v1.15.5 (#2310)975127a
chore: release (#2309)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
regex
from 1.11.2 to 1.11.3Changelog
Sourced from regex's changelog.
Commits
ef1c2c3
1.11.3ad5cd6c
deps: bump regex-automataee69d9e
changelog: 1.11.3159fa3e
regex-automata-0.4.1102a62ba
automata: callVec::shrink_to_fit
in a few strategic placesa76e0a0
cargo: excludetests/fuzz
from the package19172cc
style: inline formatting arguments2695e29
ci: fix cross testingUpdates
serde
from 1.0.219 to 1.0.228Release notes
Sourced from serde's releases.
Commits
a866b33
Release 1.0.2285adc9e8
Merge pull request #2995 from dtolnay/rustdocflagsab58178
Workaround for RUSTDOCFLAGS='--cfg=docsrs'415d9fc
Release 1.0.2277c58427
Merge pull request #2991 from dtolnay/inlinecoredoc9d3410e
Merge pull request #2992 from dtolnay/inplaceseed2fb6748
Remove InPlaceSeed public re-exportf8137c7
Inline serde_core into serde in docsrs modeb7dbf7e
Merge pull request #2990 from dtolnay/integer1287c83691
No longer macro_use integer128 moduleUpdates
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
sysinfo
from 0.37.0 to 0.37.1Changelog
Sourced from sysinfo's changelog.
Commits
7991344
Merge pull request #1579 from GuillaumeGomez/update4697ca2
Update CHANGELOG for0.37.1
2c320f4
Update crate version to0.37.1
c899ae8
Merge pull request #1577 from GuillaumeGomez/fix-cross-build9ac0e89
Fix CIcross
build5ad0884
Merge pull request #1576 from kanru-contrib/push-zmxoqnnswzvm3c90fe6
On Windows handle invalid UTF-8 from SMBIOS6ed52f2
Merge pull request #1573 from GuillaumeGomez/serde-serial4541c36
Fix doc typo4087909
Fix invalid serde serialization for processes nameUpdates
tempfile
from 3.21.0 to 3.23.0Changelog
Sourced from tempfile's changelog.
Commits
fe9f4a3
chore: release v3.23.0 (#381)006c3fd
fix: use std::os::fd instead of std::os::wasi (#380)b0e6309
doc: Update COPYRIGHT link (#377)2d6fc3f
Fix formatting in Builder::disable_cleanup documentation (#375)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)Updates
tokio-postgres
from 0.7.13 to 0.7.14Release notes
Sourced from tokio-postgres's releases.
Commits
53a929e
Release tokio-postgres v0.7.14683a306
Release postgres-types v0.2.10cb2ba1c
Release postgres-protocol v0.6.9a6a0d53
Release postgres-derive v0.4.7429b76b
Merge pull request #1275 from rust-postgres/paolobarbolini/switch-to-dtolnay-...6add4c2
chore(ci): switch to dtolnay/rust-toolchain8364bb2
Merge pull request #1274 from rust-postgres/paolobarbolini/regen-sql-state-map6811c01
chore(tokio-postgres): regenerateSQLSTATE_MAP
dfcb6af
Merge pull request #1248 from duarten/duarte/fallible-rexport4c3390f
Re-export FallibleIterator from tokio-postgresUpdates
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)Updates
windows
from 0.62.0 to 0.62.1Commits
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