chore(dep): bump the deps group across 1 directory with 10 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(6 months ago)
(6 months ago)
(6 months ago)
dependencies rust
Bumps the deps group with 10 updates in the / directory:
| Package | From | To |
|---|---|---|
| clap | 4.5.51 |
4.5.53 |
| log | 0.4.28 |
0.4.29 |
| openssl | 0.10.74 |
0.10.75 |
| pyo3 | 0.27.1 |
0.27.2 |
| serde_json | 1.0.145 |
1.0.147 |
| toml | 0.9.8 |
0.9.10+spec-1.1.0 |
| scraper | 0.24.0 |
0.25.0 |
| clap_complete | 4.5.60 |
4.5.62 |
| notify | 6.1.1 |
8.2.0 |
| reqwest | 0.12.24 |
0.12.28 |
Updates clap from 4.5.51 to 4.5.53
Release notes
Sourced from clap's releases.
v4.5.53
[4.5.53] - 2025-11-19
Features
- Add
default_values_if,default_values_ifsv4.5.52
[4.5.52] - 2025-11-17
Fixes
- Don't panic when
args_conflicts_with_subcommandsconflicts with anArgGroup
Changelog
Sourced from clap's changelog.
[4.5.53] - 2025-11-19
Features
- Add
default_values_if,default_values_ifs[4.5.52] - 2025-11-17
Fixes
- Don't panic when
args_conflicts_with_subcommandsconflicts with anArgGroup
Commits
3716f9fchore: Release613b69adocs: Update changelogd117f7aMerge pull request #6028 from epage/argcb8255dfeat(builder): Allow quoted id's for arg macro1036060Merge pull request #6025 from AldaronLau/typos-in-faq2fcafc0docs: Fix minor grammar issues in FAQa380b65Merge pull request #6023 from epage/template4d7ab14chore: Update from _rust/main templateb8a7ea4chore(deps): Update Rust Stable to v1.87 (#18)f9842b3chore: Avoid MSRV problems out of the box- Additional commits viewable in compare view
Updates log from 0.4.28 to 0.4.29
Release notes
Sourced from log's releases.
0.4.29
MSRV
This release increases
log's MSRV from1.61.0to1.68.0.What's Changed
- docs: Add missing impls from README.md by
@AldaronLauin rust-lang/log#703- Point to new URLs for favicon and logo by
@AldaronLauin rust-lang/log#704- perf: reduce llvm-lines of FromStr for
LevelandLevelFilterby@dishmakerin rust-lang/log#709- Replace serde with serde_core by
@Thomasdezeeuwin rust-lang/log#712- Fix clippy lints by
@Thomasdezeeuwin rust-lang/log#713- Use GitHub Actions to install Rust and cargo-hack by
@Thomasdezeeuwin rust-lang/log#715- Exclude old unstable_kv features from testing matrix by
@Thomasdezeeuwin rust-lang/log#716- Fix up CI by
@KodrAusin rust-lang/log#718- Prepare for 0.4.29 release by
@KodrAusin rust-lang/log#719New Contributors
@AldaronLaumade their first contribution in rust-lang/log#703@dishmakermade their first contribution in rust-lang/log#709Full Changelog: https://github.com/rust-lang/log/compare/0.4.28...0.4.29
Changelog
Sourced from log's changelog.
[0.4.29] - 2025-12-02
What's Changed
- perf: reduce llvm-lines of FromStr for
LevelandLevelFilterby@dishmakerin rust-lang/log#709- Replace serde with serde_core by
@Thomasdezeeuwin rust-lang/log#712New Contributors
@AldaronLaumade their first contribution in rust-lang/log#703@dishmakermade their first contribution in rust-lang/log#709Full Changelog: https://github.com/rust-lang/log/compare/0.4.28...0.4.29
Commits
b1e2df7Merge pull request #719 from rust-lang/cargo/0.4.293fe1a54prepare for 0.4.29 release7a432d9Merge pull request #718 from rust-lang/ci/msrv0689d56rebump msrv to 1.68.046b448etry drop msrv back to 1.61.0929ab38fix up doc test feature gate957cecebump serde-dependent cratesbea40c8bump msrv to 1.68.0c540184Merge pull request #716 from rust-lang/ci-smaller-matrix2c971e63Merge branch 'master' into ci-smaller-matrix2- Additional commits viewable in compare view
Updates openssl from 0.10.74 to 0.10.75
Release notes
Sourced from openssl's releases.
openssl-v0.10.75
What's Changed
- Fix a few typos (most of them found with codespell) by
@botovqin rust-openssl/rust-openssl#2502- Use SHA256 test variant instead of SHA1 by
@abbrain rust-openssl/rust-openssl#2504- pin home to an older version on MSRV CI by
@alexin rust-openssl/rust-openssl#2509- Implement set_rsa_oaep_label for AWS-LC/BoringSSL by
@goffriein rust-openssl/rust-openssl#2508- sys/evp: add EVP_MAC symbols by
@huwcbjonesin rust-openssl/rust-openssl#2510- CI: bump LibreSSL 4.x branches to latest releases by
@botovqin rust-openssl/rust-openssl#2513- Fix unsound OCSP find_status handling of optional next_update field by
@alexin rust-openssl/rust-openssl#2517- Release openssl v0.10.75 and openssl-sys v0.9.111 by
@alexin rust-openssl/rust-openssl#2518New Contributors
@abbramade their first contribution in rust-openssl/rust-openssl#2504@goffriemade their first contribution in rust-openssl/rust-openssl#2508Full Changelog: https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.74...openssl-v0.10.75
Commits
09b90d0Merge pull request #2518 from alex/bump-for-release26533f3Release openssl v0.10.75 and openssl-sys v0.9.111395eccaMerge pull request #2517 from alex/claude/fix-ocsp-find-status-011CUqcGFNKeKJ...cc26867Fix unsound OCSP find_status handling of optional next_update field95aa8e8Merge pull request #2513 from botovq/libressl-stablee735a32CI: bump LibreSSL 4.x branches to latest releases21ab91dMerge pull request #2510 from huwcbjones/huw/sys/evp-macd9161dcsys/evp: add EVP_MAC symbols3fd4bf2Merge pull request #2508 from goffrie/oaep-label52022fdImplement set_rsa_oaep_label for AWS-LC/BoringSSL- Additional commits viewable in compare view
Updates pyo3 from 0.27.1 to 0.27.2
Release notes
Sourced from pyo3's releases.
PyO3 0.27.2
This patch contains very minor fixes for the PyO3 0.27 series:
- Workaround a rustc 1.92+ crash compiling PyO3 with both debug assertions and optimizations enabled.
- Fix runtime crash when subclassing dicts on PyPy and GraalPy.
There are also a number of documentation improvements applied across the codebase.
Thank you to the following contributors for the improvements:
@davidhewitt@dependabot[bot]@MusicalNinjaDad@pkalivas@tpoliaw@Tpt
Changelog
Sourced from pyo3's changelog.
[0.27.2] - 2025-11-30
Changed
- Disable subclassing
PyDicton GraalPy (unsupported for now, may crash at runtime). #5653Fixed
Commits
117102drelease: 0.27.22b1d6c5fix FFI definition ofPyDictObjecton PyPy (#5653)032d4d3ci: add lychee cache (#5616)b4f78c0fixrumdlformatting0497d48ci: remove old netlify build files (#5631)f3d6e05Avoid introducing generic parameter with implied bounds from an associated ty...c8e6597ci: pinmdbookto 0.4 for now, properly installmdbook-tabs(#5632)30cca7ebuild(deps): bump actions/checkout from 5.0.0 to 5.0.1 (#5629)bb7bb94Update PyIterator::send docs to match behaviour (#5593)1acadc5Add radiate to README examples section (#5561)- Additional commits viewable in compare view
Updates serde_json from 1.0.145 to 1.0.147
Release notes
Sourced from serde_json's releases.
v1.0.147
- Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)
v1.0.146
- Set fast_arithmetic=64 for riscv64 (#1305, thanks
@Xeonacid)
Commits
62d6e8dRelease 1.0.147fd829a6Merge pull request #1304 from dtolnay/zmije757a3dSwitch from ryu -> zmij for float formatting75ad7e6Release 1.0.146bc6c827Merge pull request #1305 from Xeonacid/patch-1a09210aSet fast_arithmetic=64 for riscv6401182e5Update actions/upload-artifact@v5 -> v6383b13aUpdate actions/upload-artifact@v4 -> v504dd357Raise required compiler to Rust 1.68e047dfbResolve manual_let_else pedantic clippy lint- Additional commits viewable in compare view
Updates toml from 0.9.8 to 0.9.10+spec-1.1.0
Commits
e32c7a2chore: Releasedf1c328docs: Update changelogb826cf4feat(edit)!: Allowset_position(None)(#1080)8043f20feat(edit)!: Allowset_position(None)a02c0dbfeat: Support TOML 1.1 (#1079)5cfb838feat(edit): Support TOML 1.11eb4d60feat(toml): Support TOML 1.1695d788feat(edit)!: Multi-line inline tables with trailing commascc4f7acfeat(toml): Multi-line inline tables with trailing commas539f8c1feat(datetime): Make seconds optional- Additional commits viewable in compare view
Updates scraper from 0.24.0 to 0.25.0
Release notes
Sourced from scraper's releases.
v0.25.0
What's Changed
- chore(Cargo.toml): bump servo to 0.36.0 by
@Jan9103in rust-scraper/scraper#280- Add version flag in executable by
@kachickin rust-scraper/scraper#282- Avoid panic for unknown flags and invalid selectors when using executable by
@kachickin rust-scraper/scraper#283- Update repo URL by
@atouchetin rust-scraper/scraper#286- Added cargo deny to test github action by
@haydonryanin rust-scraper/scraper#287New Contributors
@Jan9103made their first contribution in rust-scraper/scraper#280@kachickmade their first contribution in rust-scraper/scraper#282@atouchetmade their first contribution in rust-scraper/scraper#286@haydonryanmade their first contribution in rust-scraper/scraper#287Full Changelog: https://github.com/rust-scraper/scraper/compare/v0.24.0...v0.25.0
Commits
4cb7107Version 0.25.0382c092Add cargo deny to test github action (#287)29b3d8fUpdate repo URL (#286)943ee24Bump indexmap from 2.12.0 to 2.12.14848e3cAvoid panic for missing or invalid selectors75b88daAvoid panic for unknown flags85e6967Add version flag in executable381a4bdchore(Cargo.toml): bump servo to 0.36.03fca4f1Merge pull request #278 from rust-scraper/dependabot/cargo/indexmap-2.12.08e56e7eBump indexmap from 2.11.4 to 2.12.0- Additional commits viewable in compare view
Updates clap_complete from 4.5.60 to 4.5.62
Commits
ca0aebachore: Release44cdcc1docs: Update changelog2dc500cMerge pull request #6198 from devjgm/greg/fix-clap-completer-issue-with-fish2280d48fix: fix path quoting with dynamic env completerac1006cMerge pull request #6197 from devjgm/greg/fix-clap-completer-issue-with-fishd495145clap_complete: add unit test for fish env completer1a6c0dechore(deps): Update Rust Stable to v1.92 (#6194)53a6921Merge pull request #6189 from clap-rs/renovate/actions-checkout-6.x7cbec58chore(deps): Update actions/checkout action to v68d87e70chore: Release- Additional commits viewable in compare view
Updates notify from 6.1.1 to 8.2.0
Release notes
Sourced from notify's releases.
notify-8.2.0
notify 8.2.0 (2025-08-03)
- FEATURE: notify user if inotify's
max_user_watcheshas been reached #698- FIX:
INotifyWatcherignore events with unknown watch descriptors (instead ofEventMask::Q_OVERFLOW) #700#698: notify-rs/notify#698 #700: notify-rs/notify#700
debouncer-full 0.6.0 (2025-08-03)
- FEATURE: allow
FileIdCachetrait implementations to choose ownership of the returned file-ids #664- FEATURE: added support for the
flumecrate #680- FIX: skip all
Modifyevents right after aCreateevent, unless it's a rename event #701#664: notify-rs/notify#664 #680: notify-rs/notify#680 #701: notify-rs/notify#701
debouncer-mini 0.7.0 (2025-08-03)
file-id 0.2.3 (2025-08-03)
- CHANGE: implement
AsRef<FileId>forFileId#664Full Changelog: https://github.com/notify-rs/notify/compare/notify-8.1.0...notify-8.2.0
notify v8.1.0
What's Changed
- Fix typo by
@mo8itin notify-rs/notify#667- remove unused imports from documentation by
@20jasperin notify-rs/notify#669- FileIdCache: Allow flexible handle instead of direct borrow for file ids by
@florian-g2in notify-rs/notify#664- Replace github ci workflow by
@dfaustin notify-rs/notify#675- Add support for flume by
@RenDiegoin notify-rs/notify#680- docs: fix link for file id by
@ckaznablein notify-rs/notify#682- Do not remove a filename twice by
@worrin notify-rs/notify#683- Bump kqueue to 1.1.1 by
@worrin notify-rs/notify#684- chore(ci): Use stable toolchain for rustfmt/clippy by
@JohnTitorin notify-rs/notify#689- Make INotifyWatcher return the native PathNotFound error when watchin… by
@JanzenJohnin notify-rs/notify#686- windows: Fix server hangs under some circumstance by
@JunkuiZhangin notify-rs/notify#674- Remove
filetimedependency by@a1phyrin notify-rs/notify#690- Update
windows-systo v0.60 by@a1phyrin notify-rs/notify#691- chore: Use MSRV for Clippy and rustfmt by
@JohnTitorin notify-rs/notify#694- Do not clone paths while walking dirs by
@riberkin notify-rs/notify#693- feat: introduce
Watcher::paths_mutfor adding/removing paths in batch by@branchseerin notify-rs/notify#692- fix: make
PathsMut::commitconsuming by@branchseerin notify-rs/notify#695- chore: Prepare 8.1.0 release by
@JohnTitorin notify-rs/notify#697New Contributors
@mo8itmade their first contribution in notify-rs/notify#667@20jaspermade their first contribution in notify-rs/notify#669@florian-g2made their first contribution in notify-rs/notify#664
... (truncated)
Changelog
Sourced from notify's changelog.
notify 8.2.0 (2025-08-03)
- FEATURE: notify user if inotify's
max_user_watcheshas been reached #698- FIX:
INotifyWatcherignore events with unknown watch descriptors (instead ofEventMask::Q_OVERFLOW) #700#698: notify-rs/notify#698 #700: notify-rs/notify#700
debouncer-full 0.6.0 (2025-08-03)
- FEATURE: allow
FileIdCachetrait implementations to choose ownership of the returned file-ids #664- FEATURE: added support for the
flumecrate #680- FIX: skip all
Modifyevents right after aCreateevent, unless it's a rename event #701#664: notify-rs/notify#664 #680: notify-rs/notify#680 #701: notify-rs/notify#701
debouncer-mini 0.7.0 (2025-08-03)
file-id 0.2.3 (2025-08-03)
- CHANGE: implement
AsRef<FileId>forFileId#664notify 8.1.0 (2025-07-03)
- FEATURE: added support for the
flumecrate- FIX: kqueue-backend: do not double unwatch top-level directory when recursively unwatching #683
- FIX: Return the crate error
PathNotFoundinstead bubbling up the std::io error #685- FIX: fix server hangs when trashing folders on Windows #674
notify 8.0.0 (2025-01-10)
- CHANGE: update notify-types to version 2.0.0
- CHANGE: raise MSRV to 1.77 breaking
- FEATURE: add config option to disable following symbolic links #635
- FIX: unaligned access to FILE_NOTIFY_INFORMATION #647 breaking
#635: notify-rs/notify#635 #647: notify-rs/notify#647
notify-types 2.0.0 (2025-01-10)
- CHANGE: replace instant crate with web-time #652 breaking
- CHANGE: the web-time dependency is now behind the
web-timefeature breakingdebouncer-mini 0.6.0 (2025-01-10)
- CHANGE: update notify to version 8.0.0
debouncer-full 0.5.0 (2025-01-10)
... (truncated)
Commits
a1d7c2dPrepare release (#706)c685ea7Skip allModifyevents right after aCreateevent, unless it's a rename e...e36d54efix: INotifyWatcher may raise events with no paths (#700)394ef18feat(inotify): notify a user if themax_user_watcheshas been reached impli...04473dechore: Prepare 8.1.0 release (#697)12a026dfix: makePathsMut::commitconsuming (#695)d824023feat: introduceWatcher::paths_mutfor adding/removing paths in batch (#692)b984134Do not clone paths while walking dirs (#693)416ba82chore: Use MSRV for Clippy and rustfmt (#694)10ce3efUpdatewindows-systo v0.60 (#691)- Additional commits viewable in compare view
Updates reqwest from 0.12.24 to 0.12.28
Release notes
Sourced from reqwest's releases.
v0.12.28
What's Changed
- fix: correctly import TokioIo on Windows by
@seanmonstarin seanmonstar/reqwest#2896Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.27...v0.12.28
v0.12.27
tl;dr
- Add
ClientBuilder::windows_named_pipe(name)option that will force all requests over that Windows Named Pipe.What's Changed
- chore: Disable unused tokio-util codec feature by
@tottotoin seanmonstar/reqwest#2893- chore: Use http_body_util::BodyDataStream by
@tottotoin seanmonstar/reqwest#2892- feat: add windows_named_pipe() option to client builder by
@seanmonstarin seanmonstar/reqwest#2789Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.26...v0.12.27
v0.12.26
tl;dr
- Fix sending
Accept-Encodingheader only with values configured with reqwest, regardless of underlying tower-http config.What's Changed
- deps: update cookie_store by
@seanmonstarin seanmonstar/reqwest#2886- fix: disable default compression from tower-http if not enabled in reqwest by
@seanmonstarin seanmonstar/reqwest#2889- fix(http3): correct compression defaults by
@seanmonstarin seanmonstar/reqwest#2890Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.25...v0.12.26
v0.12.25
Highlights
- Add
Error::is_upgrade()to determine if the error was from an HTTP upgrade.- Fix sending
Proxy-Authorizationif only username is configured.- Fix sending
Proxy-Authorizationto HTTPS proxies when the target is HTTP.- Refactor internal decompression handling to use tower-http.
What's Changed
- tests: fix wasm timeout test with uncached response by
@seanmonstarin seanmonstar/reqwest#2853- docs: document connection pooling behavior by
@vinzmykoin seanmonstar/reqwest#2851- docs: document WASM client by
@vinzmykoin seanmonstar/reqwest#2859- chore: minor improvement for docs by
@black5boxin seanmonstar/reqwest#2862- fix: send
proxy-authorizationeven with emptypasswordby@barjinin seanmonstar/reqwest#2868- feat(error): add
is_upgrademethod to detect protocol upgrade errors by@0x676e67in seanmonstar/reqwest#2822- Use decompression from tower-http by
@ducaalein seanmonstar/reqwest#2840
... (truncated)
Changelog
Sourced from reqwest's changelog.
v0.12.28
- Fix compiling on Windows if TLS and SOCKS features are not enabled.
v0.12.27
- Add
ClientBuilder::windows_named_pipe(name)option that will force all requests over that Windows Named Piper.v0.12.26
- Fix sending
Accept-Encodingheader only with values configured with reqwest, regardless of underlying tower-http config.v0.12.25
- Add
Error::is_upgrade()to determine if the error was from an HTTP upgrade.- Fix sending
Proxy-Authorizationif only username is configured.- Fix sending
Proxy-Authorizationto HTTPS proxies when the target is HTTP.- Refactor internal decompression handling to use tower-http.
Commits
d978599v0.12.28ef2768afix: correctly import TokioIo on Windows (#2896)1bf6441v0.12.274967b1bfeat: add windows_named_pipe() option to client builder (#2789)ef5b239chore: Use http_body_util::BodyDataStream (#2892)a810004chore: Disable unused tokio-util codec feature (#2893)01f03a4v0.12.26e908f57fix(http3): correct compression defaults (#2890)509c904fix: disable default compression from tower-http if not enabled in reqwest (#...896aaeadeps: update cookie_store to 0.22 (#2886)- 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
Package Dependencies
Technical Details
| ID: | 12245976 |
| UUID: | 3759529053 |
| Node ID: | PR_kwDODZyW5s66cGX6 |
| Host: | GitHub |
| Repository: | clearloop/leetcode-cli |