chore(dep): bump the deps group with 8 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(11 months ago)
(9 months ago)
(9 months ago)
dependencies rust
Bumps the deps group with 8 updates:
| Package | From | To |
|---|---|---|
| tokio | 1.45.1 |
1.47.1 |
| clap | 4.5.40 |
4.5.42 |
| keyring | 3.6.2 |
3.6.3 |
| rand | 0.9.1 |
0.9.2 |
| serde_json | 1.0.140 |
1.0.142 |
| toml | 0.8.23 |
0.9.4 |
| clap_complete | 4.5.54 |
4.5.55 |
| diesel | 2.2.11 |
2.2.12 |
Updates tokio from 1.45.1 to 1.47.1
Release notes
Sourced from tokio's releases.
Tokio v1.47.1
1.47.1 (August 1st, 2025)
Fixed
- process: fix panic from spurious pidfd wakeup (#7494)
- sync: fix broken link of Python
asyncio.EventinSetOncedocs (#7485)#7485: tokio-rs/tokio#7485 #7494: tokio-rs/tokio#7494
Tokio v1.47.0
1.47.0 (July 25th, 2025)
This release adds
poll_proceedandcooperativeto thecoopmodule for cooperative scheduling, addsSetOnceto thesyncmodule which provides similar functionality to [std::sync::OnceLock], and adds a new methodsync::Notify::notified_owned()which returns anOwnedNotifiedwithout a lifetime parameter.Added
- coop: add
cooperativeandpoll_proceed(#7405)- sync: add
SetOnce(#7418)- sync: add
sync::Notify::notified_owned()(#7465)Changed
- deps: upgrade windows-sys 0.52 → 0.59 (#7117)
- deps: update to socket2 v0.6 (#7443)
- sync: improve
AtomicWaker::wakeperformance (#7450)Documented
- metrics: fix listed feature requirements for some metrics (#7449)
- runtime: improve safety comments of
Readiness<'_>(#7415)#7405: tokio-rs/tokio#7405 #7415: tokio-rs/tokio#7415 #7418: tokio-rs/tokio#7418 #7449: tokio-rs/tokio#7449 #7450: tokio-rs/tokio#7450 #7465: tokio-rs/tokio#7465
Tokio v1.46.1
1.46.1 (July 4th, 2025)
This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using
tokio::spawnrather thanRuntime::spawn. This issue only effected the spawn location inTaskMeta::spawned_at, and did not effect task locations in Tracing events.
... (truncated)
Commits
be8ee45chore: prepare Tokio v1.47.1 (#7504)d9b1916Merge 'tokio-1.43.2' into 'tokio-1.47.x' (#7503)db8edc6chore: prepare Tokio v1.43.2 (#7502)4730984readme: add 1.47 as LTS release (#7497)1979615process: fix panic from spurious pidfd wakeup (#7494)f669a60ci: add lockfile for LTS branchce41896sync: fix broken link of Pythonasyncio.EventinSetOncedocs (#7485)c8ab78achangelog: fix incorrect PR number for 1.47.0 (#7484)3911cb8chore: prepare Tokio v1.47.0 (#7482)d545aa2sync: addsync::Notify::notified_owned()(#7465)- Additional commits viewable in compare view
Updates clap from 4.5.40 to 4.5.42
Release notes
Sourced from clap's releases.
v4.5.42
[4.5.42] - 2025-07-30
Fixes
- Include subcommand visible long aliases in
--help
Changelog
Sourced from clap's changelog.
[4.5.42] - 2025-07-30
Fixes
- Include subcommand visible long aliases in
--help[4.5.41] - 2025-07-09
Features
- Add
Styles::contextandStyles::context_valueto customize the styling of[default: value]like notes in the--help
Commits
27cc4b7chore: Release16a4fc7docs: Update changelog07f9f15Merge pull request #5874 from tetzng/fix-fish-completions721deabchore: Releasea4be55bdocs: Update changelogfd5e691Merge pull request #5877 from therealprof/features/use-btreemap-instead-of-so...6604e79Use BTreeMap instead of a sorted Vec28e163afix(complete): Remove {} and replace commas with newlinesb5a47c4chore: Releaseb154a7adocs: Update changelog- Additional commits viewable in compare view
Updates keyring from 3.6.2 to 3.6.3
Release notes
Sourced from keyring's releases.
v3.6.3: Likely final release of v3
This release integrates a few important bug fixes (thanks
@vermiculus,@unkcpz) that have come in since the release of v3.6.2, and is the last release expected for the v3 series. The release of v4 is expected in about a month, and it will bring significant changes:
- the cross-platform API will become its own crate: keyring-core.
- each credential store will become its own store.
- this crate will become an example of how to write a keyring-based application.
PLEASE NOTE: with this release, the main branch has changed significantly. What was on the main branch has moved to be a v4 branch, and the main branch was reverted to v3.6.2 and then had bug fix commits added on. If you have an existing fork of this repository, you should immediately sync your repo by choosing the "discard commits" option, which will take your repo back to v3.6.2 and then pull the newer commits. Then, if you have development work on one of your other branches, you should rebase that work onto the updated main.
Commits
315cbdfCredits for v3.6.3 release.edee747Merge pull request #260 from open-source-cooperative/dependabot/cargo/windows...a3470f1Update windows-sys requirement from 0.59 to 0.60f38b5e9Cherry pick all contributions since 3.6.2.b9af61dZero out credential passwords before dealloc.19ec928Don't clone returned passwords.46eebf5windows: use static value for 'comment' attribute7b408edRevert variable renaming88a3d6cCosmetic fix: remove blank linesafcc314Implement default byte -> password conversion methods.- Additional commits viewable in compare view
Updates rand from 0.9.1 to 0.9.2
Changelog
Sourced from rand's changelog.
[0.9.2 — 2025-07-20]
Deprecated
- Deprecate
rand::rngs::mockmodule andStepRnggenerator (#1634)Additions
- Enable
WeightedIndex<usize>(de)serialization (#1646)
Commits
d3dd415Prepare rand_core 0.9.2 (#1605)99fabd2Prepare rand_core 0.9.2c7fe1c4rand: re-exportrand_core(#1604)db2b1e0rand: re-exportrand_coreee1d96frand_core: implement reborrow forUnwrapMut(#1595)e0eb2eerand_core: implement reborrow forUnwrapMut975f602fixup clippy 1.85 warnings775b05bRelaxSizedrequirements for blanket impls (#1593)- See full diff in compare view
Updates serde_json from 1.0.140 to 1.0.142
Release notes
Sourced from serde_json's releases.
v1.0.142
- impl Default for &Value (#1265, thanks
@aatifsyed)v1.0.141
- Optimize string escaping during serialization (#1273, thanks
@conradludgate)
Commits
1731167Release 1.0.142e51c814Touch up PR 126584abbdbMerge pull request #1265 from aatifsyed/master6843c36Release 1.0.1416e2c210Touch up PR 1273623d9b4Merge pull request #1273 from conradludgate/optimise-string-escapingde70b7duse unreachable_unchecked for escape table. use a second match to roundtrip E...f2d940dreplace start index with bytes slice reference9206cc0feat: impl Default for &Valuecd55b5aIgnore mismatched_lifetime_syntaxes lint- Additional commits viewable in compare view
Updates toml from 0.8.23 to 0.9.4
Commits
2126e6achore: Releasefa2100adocs: Update changelog0c75bbdfeat(toml): Expose DeInteger/DeFloat as_str/radix (#1021)e3d64dffeat(toml): Expose DeFloat::as_strffdd211feat(toml): Expose DeInteger::as_str/radix9e7adccdocs(readme): Fix links to crates (#1020)73d04e2docs(readme): Fix links to cratesda667e8chore: Releaseb1327fbdocs: Update changelogfb53468fix(toml): Don't enable std in toml_writer (#1019)- Additional commits viewable in compare view
Updates clap_complete from 4.5.54 to 4.5.55
Commits
4c03930chore: Releasefb948a2docs: Update changelog0f60239Merge pull request #6057 from GilShoshan94/master83d4206test: Update fixture to cover all cases + stylingb13274dfix: Renamepvstodvsfor default valuesdf92ea0feat(help): Allow styling for inline context0e535e5chore(deps): Update compatible (dev) (#6054)de57287chore(deps): Update Rust Stable to v1.88 (#6048)5504a13Merge pull request #6047 from clap-rs/revert-6045-cleanup-docsrsc1c243cRevert "Cleanup docs.rs related issues"- Additional commits viewable in compare view
Updates diesel from 2.2.11 to 2.2.12
Changelog
Sourced from diesel's changelog.
[2.2.12] 2025-07-11
Fixed
- Added support for libsqlite3-sys 0.35.0
- Fixed a wrong oid for the
oid[]type in the PostgreSQL backend- Worked around an issue with broken nullable detection with certain versions of libmysqlclient shipped by ubuntu
- Improved compiler errors in many more cases
Commits
1073ceaTry to fix window release workflowb200d8aMerge pull request #4672 from weiznich/prepare/diesel_2.2.122a4692fPrepare diesel 2.2.120681a66Bump thiserror to 2.074f55d4Bump to toml 0.96539b03Revert rusqlite to 0.32 for diesel_bench (#4676)729ff14Add support for libsqlite3-sys 0.35 (#4676)e212507More uppercase fixes for diagnostics746d5caBump to rust 1.880c02a66Fix print-schema crash with mariadb client library- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
2
+68
-49
Package Dependencies
Technical Details
| ID: | 4683800 |
| UUID: | 2714154292 |
| Node ID: | PR_kwDODZyW5s6hxrU0 |
| Host: | GitHub |
| Repository: | clearloop/leetcode-cli |
| Mergeable: | Yes |
| Merge State: | Clean |
| Rebaseable: | Yes |