chore(deps): bump the patch-updates group with 5 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 2
(10 months ago)
(9 months ago)
(9 months ago)
documentation tests ci lexer parser type-system codegen runtime stdlib mcp dependencies examples benchmarks
Bumps the patch-updates group with 5 updates:
| Package | From | To |
|---|---|---|
| toml | 0.9.2 |
0.9.5 |
| serde_json | 1.0.140 |
1.0.143 |
| url | 2.5.4 |
2.5.7 |
| clap | 4.5.41 |
4.5.45 |
| reqwest | 0.12.22 |
0.12.23 |
Updates toml from 0.9.2 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 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 url from 2.5.4 to 2.5.7
Release notes
Sourced from url's releases.
v2.5.5
What's Changed
- ci: downgrade crates when building for Rust 1.67.0 by
@mxindenin servo/rust-url#1003- ci: run unit tests with sanitizers by
@mxindenin servo/rust-url#1002- fix small typo by
@hkBstin servo/rust-url#1011- chore: fix clippy errors on main by
@dsherretin servo/rust-url#1019- perf: remove heap allocation in parse_query by
@dsherretin servo/rust-url#1020- perf: slightly improve parsing a port by
@dsherretin servo/rust-url#1022- perf: improve to_file_path() by
@dsherretin servo/rust-url#1018- perf: make parse_scheme slightly faster by
@dsherretin servo/rust-url#1025- update LICENSE-MIT by
@wmjaein servo/rust-url#1029- perf: url encode path segments in longer string slices by
@dsherretin servo/rust-url#1026- Disable the default features on serde by
@rilipcoin servo/rust-url#1033- docs: base url relative join by
@tisonkunin servo/rust-url#1013- perf: remove heap allocation in parse_host by
@dsherretin servo/rust-url#1021- Update tests to Unicode 16.0 by
@hsivonenin servo/rust-url#1045- Add some some basic functions to
Mimeby@mrobinsonin servo/rust-url#1047- ran
cargo clippy --fix -- -Wclippy::use_selfby@mrobinsonin servo/rust-url#1048- Fix MSRV and clippy CI by
@Manishearthin servo/rust-url#1058- Update
Url::domaindocs to show that it includes subdomain by@supercoolspyin servo/rust-url#1057- set_hostname should error when encountering colon ':' by
@edgulin servo/rust-url#1060- version bump to 2.5.5 by
@edgulin servo/rust-url#1061New Contributors
@mxindenmade their first contribution in servo/rust-url#1003@hkBstmade their first contribution in servo/rust-url#1011@wmjaemade their first contribution in servo/rust-url#1029@rilipcomade their first contribution in servo/rust-url#1033@tisonkunmade their first contribution in servo/rust-url#1013@supercoolspymade their first contribution in servo/rust-url#1057Full Changelog: https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5
Commits
- See full diff in compare view
Updates clap from 4.5.41 to 4.5.45
Release notes
Sourced from clap's releases.
v4.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.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
Commits
246d972chore: Releasea35a076docs: Update changelog9b985a3Merge pull request #5912 from epage/takes389fbe8feat(builder): Allow flags to take num_args=0..=1c395d02test(parser): Show flag behavior32c119erefactor(assert): Be more specific than action.takes_values80ea3e7fix(assert): Clean up num_args/action assert2bc0f45fix(builder): Make ValueRange display independent of usize::MAXa0187c6test(assert): Verify num_args/action compata8f9885refactor(builder): Be more explicit in how takes_values is used- 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::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.
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)21226a5style(client): usestd::task::ready!macro to simplify Poll branch matching...82086e7feat: add request cache options for wasm (#2775)2a0f7a3ci: use msrv-aware cargo in msrv job (#2779)f186803fix(proxy): restore default port 1080 for SOCKS proxies without explicit port...- 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
1
+22
-22
Package Dependencies
Technical Details
| ID: | 7152170 |
| UUID: | 2771194808 |
| Node ID: | PR_kwDOPGb1-c6lLRO4 |
| Host: | GitHub |
| Repository: | moikas-code/script |
| Mergeable: | Yes |
| Merge State: | Unstable |