chore(deps): bump the patch-updates group across 1 directory with 6 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 2
(9 months ago)
(9 months ago)
documentation tests ci lexer parser type-system codegen runtime stdlib mcp dependencies examples benchmarks
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the patch-updates group with 6 updates in the / directory:
| 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.47 |
| reqwest | 0.12.22 |
0.12.23 |
| log | 0.4.27 |
0.4.28 |
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.7
What's Changed
v.2.5.6
- Bump versions by
@valentingin servo/rust-url#1062- version bump to 2.5.6 by
@edgulin servo/rust-url#1065- Use no-std instead of no_std in Cargo.toml by
@valentingin servo/rust-url#1064- fix: add Serde std feature if needed by
@renecain servo/rust-url#1068v.2.5.7
- make serde std feature use optional syntax by
@klensyin servo/rust-url#1071New Contributors
@renecamade their first contribution in servo/rust-url#1068Full Changelog: https://github.com/servo/rust-url/compare/v2.5.5...v2.5.7
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
43f47e2make serde std feature use optional syntax (#1071)2387efafix: add Serde std feature if needed (#1068)aae60cfUse no-std instead of no_std in Cargo.toml (#1064)44afd9fversion bump to 2.5.6 (#1065)91377f4Bump versions (#1062)a40f904version bump to 2.5.5 (#1061)cf305dbset_hostname should error when encountering colon ':' (#1060)88826bdUpdateUrl::domaindocs to show that it includes subdomain (#1057)c3bbf66Fix MSRV and clippy CI (#1058)dbd5261rancargo clippy --fix -- -Wclippy::use_self(#1048)- Additional commits viewable in compare view
Updates clap from 4.5.41 to 4.5.47
Release notes
Sourced from clap's releases.
v4.5.47
[4.5.47] - 2025-09-02
Features
- Added
impl FromArgMatches for ()- Added
impl Args for ()- Added
impl Subcommand for ()- Added
impl FromArgMatches for Infallible- Added
impl Subcommand for InfallibleFixes
- (derive) Update runtime error text to match
clapv4.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.47] - 2025-09-02
Features
- Added
impl FromArgMatches for ()- Added
impl Args for ()- Added
impl Subcommand for ()- Added
impl FromArgMatches for Infallible- Added
impl Subcommand for InfallibleFixes
- (derive) Update runtime error text to match
clap[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
Commits
f046ca6chore: Release436949ddocs: Update changelog1ddab84Merge pull request #5954 from epage/tests8a66dbftest(complete): Add more native cases76465cftest(complete): Make things more consistent232cedbtest(complete): Remove redundant index02244a6Merge pull request #5949 from krobelus/option-name-completions-after-positionals2e13847fix(complete): Missing options in multi-val arg74388d7test(complete): Multi-valued, unbounded positional5b3d45frefactor(complete): Extract function for options- 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)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
Updates log from 0.4.27 to 0.4.28
Release notes
Sourced from log's releases.
0.4.28
What's Changed
- ci: drop really old trick and ensure MSRV for all feature combo by
@tisonkunin rust-lang/log#676- chore: fix some typos in comment by
@xixishidibeiin rust-lang/log#677- Unhide
#[derive(Debug)]in example by@ZylosLumenin rust-lang/log#688- Chore: delete compare_exchange method for AtomicUsize on platforms without atomics by
@HaoliangXuin rust-lang/log#690- Add
increment_severity()anddecrement_severity()methods forLevelandLevelFilterby@nebkorin rust-lang/log#692- Prepare for 0.4.28 release by
@KodrAusin rust-lang/log#695New Contributors
@xixishidibeimade their first contribution in rust-lang/log#677@ZylosLumenmade their first contribution in rust-lang/log#688@HaoliangXumade their first contribution in rust-lang/log#690@nebkormade their first contribution in rust-lang/log#692Full Changelog: https://github.com/rust-lang/log/compare/0.4.27...0.4.28
Changelog
Sourced from log's changelog.
[0.4.28] - 2025-09-02
What's Changed
- ci: drop really old trick and ensure MSRV for all feature combo by
@tisonkunin rust-lang/log#676- Chore: delete compare_exchange method for AtomicUsize on platforms without atomics by
@HaoliangXuin rust-lang/log#690- Add
increment_severity()anddecrement_severity()methods forLevelandLevelFilterby@nebkorin rust-lang/log#692New Contributors
@xixishidibeimade their first contribution in rust-lang/log#677@ZylosLumenmade their first contribution in rust-lang/log#688@HaoliangXumade their first contribution in rust-lang/log#690@nebkormade their first contribution in rust-lang/log#692Full Changelog: https://github.com/rust-lang/log/compare/0.4.27...0.4.28
Notable Changes
- MSRV is bumped to 1.61.0 in rust-lang/log#676
Commits
6e17355Merge pull request #695 from rust-lang/cargo/0.4.2857719dbfocus on user-facing source changes in the changeloge0630c6prepare for 0.4.28 release60829b1Merge pull request #692 from nebkor/up-and-down95d44f8change names of log-level-changing methods to be more descriptive2b63dfaAddup()anddown()methods forLevelandLevelFilter3aa1359Merge pull request #690 from HaoliangXu/master1091f2cChore:delete compare_exchange method for AtomicUsize on platforms24c5f44Merge pull request #688 from ZylosLumen/patch-14498495Unhide#[derive(Debug)]in example- 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
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 7732387 |
| UUID: | 3392670981 |
| Node ID: | PR_kwDOPGb1-c6nTdYN |
| Host: | GitHub |
| Repository: | moikas-code/script |