Bump the rust-dependencies group with 16 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(10 months ago)
(10 months ago)
(10 months ago)
by Aaron1011
rust dependencies
Bumps the rust-dependencies group with 16 updates:
| Package | From | To |
|---|---|---|
| reqwest | 0.12.22 |
0.12.23 |
| uuid | 1.17.0 |
1.18.0 |
| anyhow | 1.0.98 |
1.0.99 |
| clap | 4.5.43 |
4.5.45 |
| serde-untagged | 0.1.7 |
0.1.8 |
| async-trait | 0.1.88 |
0.1.89 |
| aws-config | 1.8.4 |
1.8.5 |
| aws-sdk-bedrockruntime | 1.100.0 |
1.102.0 |
| aws-sdk-sagemakerruntime | 1.81.0 |
1.83.0 |
| google-cloud-auth | 0.22.2 |
0.22.3 |
| thiserror | 2.0.12 |
2.0.15 |
| glob | 0.3.2 |
0.3.3 |
| aws-sdk-s3 | 1.101.0 |
1.103.0 |
| proc-macro2 | 1.0.96 |
1.0.101 |
| syn | 2.0.104 |
2.0.106 |
| rayon | 1.10.0 |
1.11.0 |
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
Updates uuid from 1.17.0 to 1.18.0
Release notes
Sourced from uuid's releases.
v1.18.0
What's Changed
- Fix up mismatched_lifetime_syntaxes lint by
@KodrAusin uuid-rs/uuid#837- Conversions between
Timestampandstd::time::SystemTimeby@dcormierin uuid-rs/uuid#835- Wrap the error type used in time conversions by
@KodrAusin uuid-rs/uuid#838- Prepare for 1.18.0 release by
@KodrAusin uuid-rs/uuid#839New Contributors
@dcormiermade their first contribution in uuid-rs/uuid#835Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.0
Commits
60a49ebMerge pull request #839 from uuid-rs/cargo/v1.18.0eb8c697prepare for 1.18.0 release281f26fMerge pull request #838 from uuid-rs/chore/time-conversion2d67ab2don't use allocated values in errorsc284ed5wrap the error type used in time conversions87a4359Merge pull request #835 from dcormier/main8927396Merge pull request #837 from uuid-rs/fix/lifetime-syntaxes6dfb4b1Conversions betweenTimestampandstd::time::SystemTimeb508383fix up mismatched_lifetime_syntaxes lint- See full diff 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 from 4.5.43 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_subcommands
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
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 serde-untagged from 0.1.7 to 0.1.8
Commits
929a726Release 0.1.8ba33a39Report visit_none expectation as null159528fMerge pull request #10 from epage/none0829c91feat: Add supportnone2bfb28aRevert "Pin nightly toolchain used for miri job"3df730eMerge pull request #8 from dtolnay/tomld0a1167Update to toml 0.9546a7adIgnore mismatched_lifetime_syntaxes lintc920d76Pin nightly toolchain used for miri job- See full diff in compare view
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 aws-config from 1.8.4 to 1.8.5
Commits
- See full diff in compare view
Updates aws-sdk-bedrockruntime from 1.100.0 to 1.102.0
Commits
- See full diff in compare view
Updates aws-sdk-sagemakerruntime from 1.81.0 to 1.83.0
Commits
- See full diff in compare view
Updates google-cloud-auth from 0.22.2 to 0.22.3
Commits
- See full diff in compare view
Updates thiserror from 2.0.12 to 2.0.15
Release notes
Sourced from thiserror's releases.
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
f6145ebRelease 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.1389872e3Unindent crate-level markdown linksaee87e5Wrap PR 425 to 80 columns0f94e99Merge pull request #425 from Kriskras99/feat/doc_links- Additional commits viewable in compare view
Updates glob from 0.3.2 to 0.3.3
Commits
952da29chore: release v0.3.3 (#155)bfcd9a4Optimize memory allocations (#147)e78862dBump the MSRV to 1.63 (#172)97e5ee9Merge pull request #164 from jonboulle/patch-14da20e6Fix spelling in pattern documentation1cf0f30Fix version numbers and some formatting7a17f11Merge pull request #153 from tgross35/clippy-ci56619abRun clippy checks in CI51363faDisallow warnings in CI1649a9aApply remaining clippy suggestions- Additional commits viewable in compare view
Updates aws-sdk-s3 from 1.101.0 to 1.103.0
Commits
- See full diff in compare view
Updates proc-macro2 from 1.0.96 to 1.0.101
Release notes
Sourced from proc-macro2's releases.
1.0.101
- Optimize Span location accessors (#519)
1.0.100
1.0.99
- Prevent Span's unstable API becoming unavailable from a future new compiler lint (#515)
1.0.98
- Disallow prefixed identifier as name of lifetime:
'prefix#lifetime(#514, rust-lang/rust#126452)1.0.97
Commits
d3188eaRelease 1.0.101cbd1286Merge pull request #519 from dtolnay/binarysearchfab4cb6Convert SourceMap scan to binary searchf4708a8Factor out SourceMap linear search to methodfdc853aRelease 1.0.100848ed0bMerge pull request #518 from dtolnay/spanfile76ce1a3Stabilize Span::file and Span::local_fileb5dd3c6Merge pull request #517 from dtolnay/startend1d0ffc0Use Span's start, end, line, column methods on stable 1.88+4f5845eMerge pull request #516 from dtolnay/probe- Additional commits viewable in compare view
Updates syn from 2.0.104 to 2.0.106
Release notes
Sourced from syn's releases.
2.0.106
- Replace
~constsyntax with[const]conditionally const syntax in trait bounds (#1896, rust-lang/rust#139858)- Support conditionally const impl Trait types (#1897)
- Reject polarity modifier and lifetime binder used in the same trait bound (#1899, rust-lang/rust#127054)
- Parse const trait bounds with bound lifetimes (#1902)
- Parse bound lifetimes with lifetime bounds (#1903)
- Allow type parameters and const parameters in trait bounds and generic closures (#1904, #1907, #1908, #1909)
2.0.105
- Disallow "negative" inherent impls like
impl !T {}(#1881, rust-lang/rust#144386)
Commits
0e4bc64Release 2.0.1064fb776aMerge pull request #1910 from dtolnay/traitboundissue41b24a5Fix duplicated async trait bound issuea64f024Merge pull request #1909 from dtolnay/fortype176099eParse type parameter introducer on closuresb790b39Merge pull request #1908 from dtolnay/genericvsqpath9649639Synchronize generics-vs-qpath heuristic with rust parser60de331Merge pull request #1907 from dtolnay/forconst2aac6d7Allow const parameters in for<>11934e5Merge pull request #1905 from dtolnay/unsafestatic- Additional commits viewable in compare view
Updates rayon from 1.10.0 to 1.11.0
Changelog
Sourced from rayon's changelog.
Release rayon 1.11.0 / rayon-core 1.13.0 (2025-08-12)
- The minimum supported
rustcis now 1.80.iter::repeatnhas been renamed toiter::repeat_nto match the name stabilized in the standard library. The old name still exists as a deprecated function for compatibility.- Fixed a bug in
in_place_scopewhen the default global registry uses the current thread, like on WebAssembly without threading support.binary_heap::Iterno longer requires a temporary allocation.- Relaxed trait bounds on many of the public structs.
- Implemented
IntoParallelIterator for Box<[T]>and its references.- Implemented
FromParallelIterator<_> for Box<str>viaString.
Commits
6236214Merge #1031652f111Release rayon 1.7.0 and rayon-core 1.11.07df001dTweak plumbing consumer description322dfe8Merge #1026099241dMerge #1030a17bcb9Fix inappropriate use of slice::as_mut_ptr98077feBe more cautious about drain drops7069695Merge #1028874ff73Fix docs for the yieldNonecase onThreadPool58f7b7eBe careful comparingjob_ref.execute_fn- 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
[!IMPORTANT]
Bump 16 Rust dependencies to their latest versions across the project.
- Dependencies:
- Update
reqwestto 0.12.23,uuidto 1.18.0,anyhowto 1.0.99.- Update
clapto 4.5.45,serde-untaggedto 0.1.8,async-traitto 0.1.89.- Update
aws-configto 1.8.5,aws-sdk-bedrockruntimeto 1.102.0,aws-sdk-sagemakerruntimeto 1.83.0.- Update
google-cloud-authto 0.22.3,thiserrorto 2.0.15,globto 0.3.3.- Update
aws-sdk-s3to 1.103.0,proc-macro2to 1.0.101,synto 2.0.106.- Update
rayonto 1.11.0.- Files:
Cargo.tomlandCargo.lockupdated to reflect new versions.This description was created by
for 1c25248c9bfb36c15c92481348e428dfa6ceb436. You can customize this summary. It will automatically update as commits are pushed.
Pull Request Statistics
1
7
+81
-81
Package Dependencies
aws-sdk-bedrockruntime
cargo
1.100.0 → 1.102.0
Minor
aws-sdk-sagemakerruntime
cargo
1.81.0 → 1.83.0
Minor
Technical Details
| ID: | 5237425 |
| UUID: | 2751817541 |
| Node ID: | PR_kwDOMXNO-86kBWdF |
| Host: | GitHub |
| Repository: | tensorzero/tensorzero |
| Merge State: | Unknown |