-
Notifications
You must be signed in to change notification settings - Fork 66
chore(dep): bump the deps group across 1 directory with 17 updates #206
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
Merged
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 | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.88` | `0.1.89` | | [tokio](https://github.com/tokio-rs/tokio) | `1.45.1` | `1.47.1` | | [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.48` | | [keyring](https://github.com/hwchen/keyring-rs) | `3.6.2` | `3.6.3` | | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.28` | | [pyo3](https://github.com/pyo3/pyo3) | `0.25.1` | `0.26.0` | | [rand](https://github.com/rust-random/rand) | `0.9.1` | `0.9.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.228` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.145` | | [toml](https://github.com/toml-rs/toml) | `0.8.23` | `0.9.7` | | [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.11.3` | | [scraper](https://github.com/causal-agent/scraper) | `0.23.1` | `0.24.0` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.100` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.58` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.17` | | [diesel](https://github.com/diesel-rs/diesel) | `2.2.11` | `2.2.12` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.22` | `0.12.23` | Updates `async-trait` from 0.1.88 to 0.1.89 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.88...0.1.89) Updates `tokio` from 1.45.1 to 1.47.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.47.1) Updates `clap` from 4.5.40 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.40...clap_complete-v4.5.48) Updates `keyring` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/hwchen/keyring-rs/releases) - [Changelog](https://github.com/open-source-cooperative/keyring-rs/blob/main/CHANGELOG.md) - [Commits](open-source-cooperative/keyring-rs@v3.6.2...v3.6.3) Updates `log` from 0.4.27 to 0.4.28 - [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.27...0.4.28) Updates `pyo3` from 0.25.1 to 0.26.0 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.25.1...v0.26.0) Updates `rand` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.1...rand_core-0.9.2) 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.140 to 1.0.145 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.145) Updates `toml` from 0.8.23 to 0.9.7 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.7) Updates `regex` from 1.11.1 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.1...1.11.3) Updates `scraper` from 0.23.1 to 0.24.0 - [Release notes](https://github.com/causal-agent/scraper/releases) - [Commits](rust-scraper/scraper@v0.23.1...v0.24.0) Updates `anyhow` from 1.0.98 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.100) Updates `clap_complete` from 4.5.54 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.54...clap_complete-v4.5.58) Updates `thiserror` from 2.0.12 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.17) Updates `diesel` from 2.2.11 to 2.2.12 - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/master/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.2.11...v2.2.12) Updates `reqwest` from 0.12.22 to 0.12.23 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.22...v0.12.23) --- updated-dependencies: - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: clap dependency-version: 4.5.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: keyring dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyo3 dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: rand dependency-version: 0.9.2 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: toml dependency-version: 0.9.7 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: scraper dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: anyhow dependency-version: 1.0.100 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: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: diesel dependency-version: 2.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: reqwest dependency-version: 0.12.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Oct 1, 2025
clearloop
clearloop
approved these changes
Oct 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
0.1.88
0.1.89
1.45.1
1.47.1
4.5.40
4.5.48
3.6.2
3.6.3
0.4.27
0.4.28
0.25.1
0.26.0
0.9.1
0.9.2
1.0.219
1.0.228
1.0.140
1.0.145
0.8.23
0.9.7
1.11.1
1.11.3
0.23.1
0.24.0
1.0.98
1.0.100
4.5.54
4.5.58
2.0.12
2.0.17
2.2.11
2.2.12
0.12.22
0.12.23
Updates
async-trait
from 0.1.88 to 0.1.89Release notes
Sourced from async-trait's releases.
Commits
a7e91e9
Release 0.1.89fbcfcac
Merge pull request 293 from Veykril/lw/quote_spannedfd93990
Improve use of spans inquote_spanned
a5093fe
Add type-mismatch ui test6d12b44
Revert "Pin nightly toolchain used for miri job"dd9e4ba
Hide unused_variables warning in consider-restricting.rs ui testb454fc8
Update ui test suite to nightly-2025年08月03日9c880e8
Update ui test suite to nightly-2025年07月30日7ca751d
Ignore unused_parens warning in test2bccfeb
Update ui test suite to nightly-2025年05月28日Updates
tokio
from 1.45.1 to 1.47.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
be8ee45
chore: prepare Tokio v1.47.1 (#7504)d9b1916
Merge 'tokio-1.43.2' into 'tokio-1.47.x' (#7503)db8edc6
chore: prepare Tokio v1.43.2 (#7502)4730984
readme: add 1.47 as LTS release (#7497)1979615
process: fix panic from spurious pidfd wakeup (#7494)f669a60
ci: add lockfile for LTS branchce41896
sync: fix broken link of Pythonasyncio.Event
inSetOnce
docs (#7485)c8ab78a
changelog: fix incorrect PR number for 1.47.0 (#7484)3911cb8
chore: prepare Tokio v1.47.0 (#7482)d545aa2
sync: addsync::Notify::notified_owned()
(#7465)Updates
clap
from 4.5.40 to 4.5.48Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
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
keyring
from 3.6.2 to 3.6.3Release notes
Sourced from keyring's releases.
Commits
315cbdf
Credits for v3.6.3 release.edee747
Merge pull request #260 from open-source-cooperative/dependabot/cargo/windows...a3470f1
Update windows-sys requirement from 0.59 to 0.60f38b5e9
Cherry pick all contributions since 3.6.2.b9af61d
Zero out credential passwords before dealloc.19ec928
Don't clone returned passwords.46eebf5
windows: use static value for 'comment' attribute7b408ed
Revert variable renaming88a3d6c
Cosmetic fix: remove blank linesafcc314
Implement default byte -> password conversion methods.Updates
log
from 0.4.27 to 0.4.28Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
6e17355
Merge pull request #695 from rust-lang/cargo/0.4.2857719db
focus on user-facing source changes in the changeloge0630c6
prepare for 0.4.28 release60829b1
Merge pull request #692 from nebkor/up-and-down95d44f8
change names of log-level-changing methods to be more descriptive2b63dfa
Addup()
anddown()
methods forLevel
andLevelFilter
3aa1359
Merge pull request #690 from HaoliangXu/master1091f2c
Chore:delete compare_exchange method for AtomicUsize on platforms24c5f44
Merge pull request #688 from ZylosLumen/patch-14498495
Unhide#[derive(Debug)]
in exampleUpdates
pyo3
from 0.25.1 to 0.26.0Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
... (truncated)
Commits
4502c2e
ci: fix release job token permissions (#5374)a43cf79
release: 0.26.0 (#5367)f4d533f
Clarity and grammar fixes in free-threading guide (#5369)ed030a7
fixes #5202 -- treat thePYO3_BUILD_EXTENSION_MODULE
env var the same as te...1775baf
Use links to latest CPython stable release in docs (#5366)acaa2be
Update free-threading docs for 0.26 (#5355)9cc0bb6
fix "no constructor defined" messages on PyPy (#5329)9aa53f4
Generate introspection for #[pyclass(eq, eq_int, ord, hash, str)] (#5338)a0c7d2c
fixupPy::cast_bound
(#5361)50b0193
fix warning leaking out of test intest_methods
(#5362)Updates
rand
from 0.9.1 to 0.9.2Changelog
Sourced from rand's changelog.
Commits
d3dd415
Prepare rand_core 0.9.2 (#1605)99fabd2
Prepare rand_core 0.9.2c7fe1c4
rand: re-exportrand_core
(#1604)db2b1e0
rand: re-exportrand_core
ee1d96f
rand_core: implement reborrow forUnwrapMut
(#1595)e0eb2ee
rand_core: implement reborrow forUnwrapMut
975f602
fixup clippy 1.85 warnings775b05b
RelaxSized
requirements for blanket impls (#1593)Updates
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.140 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
toml
from 0.8.23 to 0.9.7Commits
669b4a6
chore: Releasea3153be
docs: Update changelog8105f25
chore: Update dependencies (#1039)53768e7
chore: Update from '_rust/main' template (#1040)82d738b
chore: Update from '_rust/main' template3bfcdc2
chore: Add license for libfuzzer68dec6e
chore: Upgrade foldhash0df630d
chore: Bump dependencieseb51e86
chore: Bump MSRV to 1.7656774e7
chore: Update dependenciesUpdates
regex
from 1.11.1 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 testingd0aa586
1.11.2a3bf4ad
regex-cli-0.2.2Updates
scraper
from 0.23.1 to 0.24.0Release notes
Sourced from scraper's releases.
Commits
b2b90d3
Version 0.24.03cacc5b
Bump selectors from 0.30.0 to 0.31.08327eda
Fix clippy warningsa99da69
Bump html5ever and selectors dependenciesd62bf27
Bump selectors from 0.28.0 to 0.29.0fd962a0
Merge pull request #250 from saschanaz/readme-symlink258ce067
Merge pull request #254 from rust-scraper/dependabot/cargo/getopts-0.2.2280cb3bf
Bump getopts from 0.2.21 to 0.2.228dd6ea3
Bumpselectors
to v0.28a7a5ce1
Recreate README.md (typechange in git)Updates
anyhow
from 1.0.98 to 1.0.100Release notes
Sourced from anyhow's releases.
Commits
18c2598
Release 1.0.100f271988
Merge pull request #426 from dtolnay/clippyfmt52f2115
Mark macros with clippy::format_argsda5fd9d
Raise minimum tested compiler to rust 1.76211e409
Opt in to generate-macro-expansion when building on docs.rsb48fc02
Enforce trybuild >= 1.0.108d5f59fb
Update ui test suite to nightly-2025年09月07日238415d
Update ui test suite to nightly-2025年08月24日3bab070
Update actions/checkout@v4 -> v54249254
Order cap-lints flag in the same order as thiserror build scriptUpdates
clap_complete
from 4.5.54 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_nameDescription has been truncated