chore(dep): bump the deps group across 1 directory with 15 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(9 months ago)
(8 months ago)
(8 months ago)
dependencies rust
Bumps the deps group with 15 updates in the / directory:
| Package | From | To |
|---|---|---|
| async-trait | 0.1.88 |
0.1.89 |
| tokio | 1.45.1 |
1.47.1 |
| clap | 4.5.40 |
4.5.46 |
| keyring | 3.6.2 |
3.6.3 |
| pyo3 | 0.25.1 |
0.26.0 |
| rand | 0.9.1 |
0.9.2 |
| serde_json | 1.0.140 |
1.0.143 |
| toml | 0.8.23 |
0.9.5 |
| regex | 1.11.1 |
1.11.2 |
| scraper | 0.23.1 |
0.24.0 |
| anyhow | 1.0.98 |
1.0.99 |
| clap_complete | 4.5.54 |
4.5.57 |
| thiserror | 2.0.12 |
2.0.16 |
| diesel | 2.2.11 |
2.2.12 |
| reqwest | 0.12.22 |
0.12.23 |
Updates async-trait from 0.1.88 to 0.1.89
Commits
a7e91e9Release 0.1.89fbcfcacMerge pull request 293 from Veykril/lw/quote_spannedfd93990Improve use of spans inquote_spanneda5093feAdd type-mismatch ui test6d12b44Revert "Pin nightly toolchain used for miri job"dd9e4baHide unused_variables warning in consider-restricting.rs ui testb454fc8Update ui test suite to nightly-2025-08-039c880e8Update ui test suite to nightly-2025-07-307ca751dIgnore unused_parens warning in test2bccfebUpdate ui test suite to nightly-2025-05-28- Additional commits viewable in compare view
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.46
Release notes
Sourced from clap's releases.
v4.5.46
[4.5.46] - 2025-08-26
Features
- Expose
StyledStr::push_strv4.5.45
[4.5.45] - 2025-08-12
Fixes
- (unstable-v5)
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::helpv4.5.44
[4.5.44] - 2025-08-11
Features
- Add
Command::mut_subcommandsv4.5.43
[4.5.43] - 2025-08-06
Fixes
- (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look
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.46] - 2025-08-26
Features
- Expose
StyledStr::push_str[4.5.45] - 2025-08-12
Fixes
- (unstable-v5)
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::help[4.5.44] - 2025-08-11
Features
- Add
Command::mut_subcommands[4.5.43] - 2025-08-06
Fixes
- (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look
[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
acf9abbchore: Release9186a18docs: Update changelog233c316Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...13931a2Merge pull request #5923 from Reverier-Xu/master536e29ffeat(builder): AddValueParserFactoryforSaturating\<T>45ed71cchore: Avoid using gen for rust 2024 preserved keyword5029bb3chore: Avoid usinggenfor rust 2024 preserved keyword8a1d59bchore(deps): Update Rust Stable to v1.85 (#5921)9caee53docs(changelog): Clarify 5.0.0cb2352fMerge pull request #5918 from epage/test- 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 pyo3 from 0.25.1 to 0.26.0
Release notes
Sourced from pyo3's releases.
PyO3 0.26.0
This version solidifies support for Python 3.14 and free-threaded Python 3.14t. A number of PyO3 APIs have been renamed to reflect the fact the GIL is no longer a universal feature of all Python implementations. For example:
Python::with_gilis now known asPython::attachPython::allow_threadsis now known asPython::detachpyo3::prepare_freethreaded_pythonis now known asPython::initialize()The minimum supported Rust version has been increased to Rust 1.74.
An optional dependency on the
bytescrate has been added to allow support for convertingbytes::Bytesto / from Python.The
PyObjecttype alias forPy<PyAny>has also been deprecated; thePyandBoundsmart pointers have been the primary interface for all Python-facing types since PyO3 0.21 and thePyObjecttype alias had been a frequent source of confusion.There are also many other incremental improvements, bug fixes and smaller features.
Please consult the migration guide for help upgrading.
Thank you to everyone who contributed code, documentation, design ideas, bug reports, and feedback. The following contributors' commits are included in this release:
@ahlinc@alex@anilbey@bschoenmaeckers@Cheukting@codeguru42@davidhewitt@decathorpe@dependabot[bot]@drewkett@FlickerSoul@Icxolu@jder@jessekrubin@jjmarchewitz@kemingy@msimacek@musicinmybrain@ngoldbaum@Nnamdi-sys@nucccc@olp-cs@robsdedude@rrricharrrd@sxlijin@timfel@tonybaloney@Tpt@wxianxin@xushiyan@yogevm15
Changelog
Sourced from pyo3's changelog.
[0.26.0] - 2025-08-29
Packaging
- Bump hashbrown dependency to 0.15. #5152
- Update MSRV to 1.74. #5171
- Set the same maximum supported version for alternative interpreters as for CPython. #5192
- Add optional
bytesdependency to add conversions forbytes::Bytes. #5252- Publish new crate
pyo3-introspectionto pair with theexperimental-inspectfeature. #5300- The
PYO3_BUILD_EXTENSION_MODULEnow causes the same effect as theextension-modulefeature. Eventually we expect maturin and setuptools-rust to set this environment variable automatically. Users with their own build systems will need to do the same. #5343Added
- Add
#[pyo3(warn(message = "...", category = ...))]attribute for automatic warnings generation for#[pyfunction]and#[pymethods]. #4364- Add
PyMutex, available on Python 3.13 and newer. #4523- Add FFI definition
PyMutex_IsLocked, available on Python 3.14 and newer. #4523- Add
PyString::from_encoded_object. #5017experimental-inspect: add basic input type annotations. #5089- Add FFI function definitions for
PyFrameObjectfrom CPython 3.13. #5154experimental-inspect: tag modules created using#[pymodule]or#[pymodule_init]functions as incomplete. #5207experimental-inspect: add basic return type support. #5208- Add
PyCode::compileandPyCodeMethods::runto create and execute code objects. #5217- Add
PyOnceLocktype for thread-safe single-initialization. #5223- Add
PyClassGuard(Mut)pyclass holders. In the future they will replacePyRef(Mut). #5233experimental-inspect: allow annotations in#[pyo3(signature)]signature attribute. #5241- Implement
MutexExtfor parking_lot's/lock_apiReentrantMutex. #5258experimental-inspect: support class associated constants. #5272- Add
Bound::castfamily of functions superseding thePyAnyMethods::downcastfamily. #5289- Add FFI definitions
Py_VersionandPy_IsFinalizing. #5317experimental-inspect: add output type annotation for#[pyclass]. #5320experimental-inspect: support#[pyclass(eq, eq_int, ord, hash, str)]. #5338experimental-inspect: add basic support for#[derive(FromPyObject)](no struct fields support yet). #5339- Add
Python::try_attach. #5342Changed
- Use
Py_TPFLAGS_DISALLOW_INSTANTIATIONinstead of a__new__which always fails for a#[pyclass]without a#[new]on Python 3.10 and up. #4568PyModule::from_codenow defaultsfile_nameto<string>if empty. #4777- Deprecate
PyString::from_objectin favour ofPyString::from_encoded_object. #5017- When building with
abi3for a Python version newer than pyo3 supports, automatically fall back to an abi3 build for the latest supported version. #5144- Change
is_instance_oftrait bound fromPyTypeInfotoPyTypeCheck. #5146- Many PyO3 proc macros now report multiple errors instead of only the first one. #5159
- Change
MutexExtreturn type to be an associated type. #5201- Use
PyCallArgsforPy::calland friends so they're equivalent to theirBoundcounterpart. #5206- Rename
Python::with_giltoPython::attach. #5209- Rename
Python::allow_threadstoPython::detach#5221- Deprecate
GILOnceCelltype in favour ofPyOnceLock. #5223- Rename
pyo3::prepare_freethreaded_pythontoPython::initialize. #5247- Convert
PyMemoryErrorinto/fromio::ErrorKind::OutOfMemory. #5256- Deprecate
GILProtected. #5285
... (truncated)
Commits
4502c2eci: fix release job token permissions (#5374)a43cf79release: 0.26.0 (#5367)f4d533fClarity and grammar fixes in free-threading guide (#5369)ed030a7fixes #5202 -- treat thePYO3_BUILD_EXTENSION_MODULEenv var the same as te...1775bafUse links to latest CPython stable release in docs (#5366)acaa2beUpdate free-threading docs for 0.26 (#5355)9cc0bb6fix "no constructor defined" messages on PyPy (#5329)9aa53f4Generate introspection for #[pyclass(eq, eq_int, ord, hash, str)] (#5338)a0c7d2cfixupPy::cast_bound(#5361)50b0193fix warning leaking out of test intest_methods(#5362)- 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.143
Release notes
Sourced from serde_json's releases.
v1.0.143
- Implement Clone and Debug for serde_json::Map iterators (#1264, thanks
@xlambein)- Implement Default for CompactFormatter (#1268, thanks
@SOF3)- Implement FromStr for serde_json::Map (#1271, thanks
@mickvangelderen)v1.0.142
- impl Default for &Value (#1265, thanks
@aatifsyed)v1.0.141
- Optimize string escaping during serialization (#1273, thanks
@conradludgate)
Commits
10102c4Release 1.0.1432a5b853Replace super::super with absolute path within crate447170bMerge pull request 1271 from mickvangelderen/mick/impl-from-str-for-mapec190d6Merge pull request #1264 from xlambein/master8be6647Merge pull request #1268 from SOF3/compact-defaultba5b3ccRevert "Pin nightly toolchain used for miri job"1731167Release 1.0.142e51c814Touch up PR 126584abbdbMerge pull request #1265 from aatifsyed/master6843c36Release 1.0.141- Additional commits viewable in compare view
Updates toml from 0.8.23 to 0.9.5
Commits
bd21148chore: Releaseff1cb9adocs: Update changelog39dd8b6fix(parser): Improve bad quote error messages (#1014)137338echore(deps): Update Rust crate serde_json to v1.0.142 (#1022)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)- Additional commits viewable in compare view
Updates regex from 1.11.1 to 1.11.2
Changelog
Sourced from regex's changelog.
1.11.2 (2025-08-24)
This is a new patch release of
regexwith some minor fixes. A larger number of typo or lint fix patches were merged. Also, we now finally recommend usingstd::sync::LazyLock.Improvements:
- [BUG #1217](rust-lang/regex#1217): Switch recommendation from
once_celltostd::sync::LazyLock.- [BUG #1225](rust-lang/regex#1225): Add
DFA::set_prefiltertoregex-automata.Bug fixes:
- [BUG #1165](rust-lang/regex#1150): Remove
stddependency fromperf-literal-multisubstringcrate feature.- [BUG #1165](rust-lang/regex#1165): Clarify the meaning of
(?R)$in the documentation.- [BUG #1281](rust-lang/regex#1281): Remove
fuzz/andrecord/directories from published crate on crates.io.
Commits
d0aa5861.11.2a3bf4adregex-cli-0.2.225a15e2rure-0.2.345c3da7regex-lite-0.1.7873ed80regex-automata-0.4.10ea834f8regex-syntax-0.8.686836fbchangelog: 1.11.263a26c1cargo: ensure that 'perf' doesn't enable 'std' implicitly (#1150)dd96592doc: clarify CRLF mode effect931dae0cargo: pointrepositorymetadata to clonable URLs- Additional commits viewable in compare view
Updates scraper from 0.23.1 to 0.24.0
Release notes
Sourced from scraper's releases.
v0.24.0
What's Changed
- Bump depedencies, especially html5ever, cssparser, selectors which must be bumped together. by
@adamreicholdin rust-scraper/scraper#249- Bump
selectorsto v0.28 by@paolobarboliniin rust-scraper/scraper#251- Bump getopts from 0.2.21 to 0.2.22 by
@dependabot[bot] in rust-scraper/scraper#254- Recreate README.md as a non-symlink by
@saschanazin rust-scraper/scraper#250- Bump selectors from 0.28.0 to 0.29.0 by
@dependabot[bot] in rust-scraper/scraper#257- Bump html5ever and selectors dependencies by
@mina86in rust-scraper/scraper#263- Bump selectors from 0.30.0 to 0.31.0 by
@dependabot[bot] in rust-scraper/scraper#264New Contributors
@saschanazmade their first contribution in rust-scraper/scraper#250@mina86made their first contribution in rust-scraper/scraper#263Full Changelog: https://github.com/rust-scraper/scraper/compare/v0.23.1...v0.24.0
Commits
b2b90d3Version 0.24.03cacc5bBump selectors from 0.30.0 to 0.31.08327edaFix clippy warningsa99da69Bump html5ever and selectors dependenciesd62bf27Bump selectors from 0.28.0 to 0.29.0fd962a0Merge pull request #250 from saschanaz/readme-symlink258ce067Merge pull request #254 from rust-scraper/dependabot/cargo/getopts-0.2.2280cb3bfBump getopts from 0.2.21 to 0.2.228dd6ea3Bumpselectorsto v0.28a7a5ce1Recreate README.md (typechange in git)- Additional commits viewable in compare view
Updates anyhow from 1.0.98 to 1.0.99
Release notes
Sourced from anyhow's releases.
1.0.99
- Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#420)
Commits
f2b963aRelease 1.0.992c64c15Merge pull request #420 from dtolnay/enotempty8cf66f7Allow build-script cleanup failure with NFSv3 output directory to be non-fatalf5e145cRevert "Pin nightly toolchain used for miri job"1d7ef1dUpdate ui test suite to nightly-2025-06-306929572Update ui test suite to nightly-2025-06-1837224e3Ignore mismatched_lifetime_syntaxes lint11f0e81Pin nightly toolchain used for miri jobd04c999Raise required compiler for backtrace feature to rust 1.82219d163Update test suite to nightly-2025-05-01- See full diff in compare view
Updates clap_complete from 4.5.54 to 4.5.57
Commits
69c0ddbchore: Release8206bbadocs: Update changelogc109d67Merge pull request #6104 from epage/hide9d7f212fix(complete): Hide dot files on dynamic completer77b3fdbtest(complete): Show dot file behaviorf89b9b8test(derive): Make stable across upgrade58eb8a9chore: Release10a2a75docs: Update changeloga42eebfMerge pull request #6103 from epage/mut_subcommands5335f54feat: Add Command::mut_subcommands- Additional commits viewable in compare view
Updates thiserror from 2.0.12 to 2.0.16
Release notes
Sourced from thiserror's releases.
2.0.16
- Add to "no-std" crates.io category (#429)
2.0.15
- Prevent
Error::provideAPI becoming unavailable from a future new compiler lint (#427)2.0.14
- Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#426)
2.0.13
- Documentation improvements
Commits
40b5853Release 2.0.1683dfb5fMerge pull request #429 from dtolnay/nostd9b4a99fAdd to "no-std" crates.io categoryf6145ebRelease 2.0.152717177Merge pull request #427 from dtolnay/caplints2cd13e6Make error_generic_member_access compatible with -Dwarningseea6799Release 2.0.14a2aa6d7Merge pull request #426 from dtolnay/enotemptyf00ebc5Allow build-script cleanup failure with NFSv3 output directory to be non-fatal61f28daRelease 2.0.13- 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
Updates reqwest from 0.12.22 to 0.12.23
Release notes
Sourced from reqwest's releases.
v0.12.23
tl;dr
- 🇺🇩🇸 Add
ClientBuilder::unix_socket(path)option that will force all requests over that Unix Domain Socket.- 🔁 Add
ClientBuilder::retries(policy)andreqwest::retry::Builderto configure automatic retries.- Add
ClientBuilder::dns_resolver2()with more ergonomic argument bounds, allowing more resolver implementations.- Add
http3_*options toblocking::ClientBuilder.- Fix default TCP timeout values to enabled and faster.
- Fix SOCKS proxies to default to port 1080
- (wasm) Add cache methods to
RequestBuilder.What's Changed
- Minimize package size by
@weiznichin seanmonstar/reqwest#2759- chore(dev-dependencies): bump brotli by
@seanmonstarin seanmonstar/reqwest#2760- upgrade hickory-dns to 0.25 by
@seanmonstarin seanmonstar/reqwest#2761- Re-expose http3 options in blocking::clientBuilder by
@ducaalein seanmonstar/reqwest#2770- fix(proxy): restore default port 1080 for SOCKS proxies without explicit port by
@0x676e67in seanmonstar/reqwest#2771- ci: use msrv-aware cargo in msrv job by
@seanmonstarin seanmonstar/reqwest#2779- feat: add request cache option for wasm by
@Spxgin seanmonstar/reqwest#2775- style(client): use
std::task::ready!macro to simplifyPollbranch match by@0x676e67in seanmonstar/reqwest#2781- fix: add default tcp keepalive and user_timeout values by
@seanmonstarin seanmonstar/reqwest#2780- feat: add unix_socket() option to client builder by
@seanmonstarin seanmonstar/reqwest#2624- Add retry policies by
@seanmonstarin seanmonstar/reqwest#2763- refactor: loosen retry
for_hostparameter bounds by@Endurielin seanmonstar/reqwest#2792- feat: add dns_resolver2 that is more ergonomic and flexible by
@seanmonstarin seanmonstar/reqwest#2793- Prepare v0.12.23 by
@seanmonstarin seanmonstar/reqwest#2795New Contributors
@weiznichmade their first contribution in seanmonstar/reqwest#2759@Spxgmade their first contribution in seanmonstar/reqwest#2775@Endurielmade their first contribution in seanmonstar/reqwest#2792Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.22...v0.12.23
Changelog
Sourced from reqwest's changelog.
v0.12.23
- Add
ClientBuilder::unix_socket(path)option that will force all requests over that Unix Domain Socket.- Add
ClientBuilder::retry(policy)andreqwest::retry::Builderto configure automatic retries.- Add
ClientBuilder::dns_resolver2()with more ergonomic argument bounds, allowing more resolver implementations.- Add
http3_*options toblocking::ClientBuilder.- Fix default TCP timeout values to enabled and faster.
- Fix SOCKS proxies to default to port 1080
- (wasm) Add cache methods to
RequestBuilder.
Commits
ae7375bv0.12.239aacdc1feat: add dns_resolver2 that is more ergonomic and flexible (#2793)221be11refactor: loosen retryfor_hostparameter bounds (#2792)acd1b05feat: add reqwest::retry policies (#2763)54b6022feat: addClientBuilder::unix_socket()option (#2624)6358ceffix: add default tcp keepalive and user_timeout values (#2780)-
Pull Request Statistics
Commits:
1Files Changed:
2Additions:
+163Deletions:
-160
Package Dependencies
Technical Details
| ID: | 9100379 |
| UUID: | 2793439375 |
| Node ID: | PR_kwDODZyW5s6mgICP |
| Host: | GitHub |
| Repository: | clearloop/leetcode-cli |
| Mergeable: | Yes |
| Merge State: | Clean |