Bump the rust-dependencies group across 1 directory with 13 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
by Aaron1011
rust dependencies
Bumps the rust-dependencies group with 13 updates in the / directory:
| Package | From | To |
|---|---|---|
| tokio | 1.44.2 |
1.45.0 |
| clap | 4.5.37 |
4.5.38 |
| object_store | 0.12.0 |
0.12.1 |
| git2 | 0.20.1 |
0.20.2 |
| aws-sdk-bedrockruntime | 1.85.0 |
1.87.0 |
| minijinja | 2.9.0 |
2.10.2 |
| aws-sdk-sagemakerruntime | 1.67.0 |
1.69.0 |
| tempfile | 3.19.1 |
3.20.0 |
| aws-sdk-s3 | 1.83.0 |
1.85.0 |
| tower-http | 0.6.2 |
0.6.4 |
| rustls | 0.23.26 |
0.23.27 |
| trybuild | 1.0.104 |
1.0.105 |
| tree-sitter | 0.25.3 |
0.25.4 |
Updates tokio from 1.44.2 to 1.45.0
Release notes
Sourced from tokio's releases.
Tokio v1.45.0
Added
- metrics: stabilize
worker_total_busy_duration,worker_park_count, andworker_unpark_count(#6899, #7276)- process: add
Command::spawn_with(#7249)Changed
- io: do not require
Unpinfor some trait impls (#7204)- rt: mark
runtime::Handleas unwind safe (#7230)- time: revert internal sharding implementation (#7226)
Unstable
- rt: remove alt multi-threaded runtime (#7275)
#6899: tokio-rs/tokio#6899 #7276: tokio-rs/tokio#7276 #7249: tokio-rs/tokio#7249 #7204: tokio-rs/tokio#7204 #7230: tokio-rs/tokio#7230 #7226: tokio-rs/tokio#7226 #7275: tokio-rs/tokio#7275
Commits
00754c8chore: prepare Tokio v1.45.0 (#7308)1ae9434time: revert "use sharding for timer implementation" related changes (#7226)8895bbaci: Test AArch64 Windows (#7288)48ca254time: updatesleepdocumentation to reflect maximum allowed duration (#7302)a0af02acompat: add more documentation totokio_util::compat(#7279)0ce3a11metrics: stabilizeworker_park_countandworker_unpark_count(#7276)1ea9ce1ci: fix cfg!(miri) declarations in tests (#7286)4d4d126chore: prepare tokio-util v0.7.15 (#7283)5490267fs: update the mockall dev dependency to 0.13.0 (#7234)1434b32examples: improve echo example consistency (#7256)- Additional commits viewable in compare view
Updates clap from 4.5.37 to 4.5.38
Release notes
Sourced from clap's releases.
v4.5.38
[4.5.38] - 2025-05-11
Fixes
- (help) When showing aliases, include leading
--or-
Changelog
Sourced from clap's changelog.
[4.5.38] - 2025-05-11
Fixes
- (help) When showing aliases, include leading
--or-
Commits
2920fb0chore: Release8902627docs: Update changelog79d696fMerge pull request #5813 from epage/ignore479df35fix(parser): Fill in defaults on ignored errora1d69carefactor(parser): Split up parsing from post-processing6827841test(parser): Show bad ignore_errors defaulting case76d0049test(parser): Verify defaulting on errors3f5c05ctest(parser): Ensure we are actually testing ignore_errorsba4745dchore(ci): Fix use of permissions22944b4chore(ci): Use matrix for tracking the runner- Additional commits viewable in compare view
Updates object_store from 0.12.0 to 0.12.1
Commits
ed9329fTweaks for 0.12.1 release (#354)95120d8Prepare for 0.12.1 release (#349)36752c9feat: add EKS Pod Identity support (#282) (#333)a1e271dFix GCP signing token (#338)e0625b3feat: AddSpawnServiceandSpawnedReqwestConnectorfor running requests o...edc01d9chore: Add anda_object_store to README (#346)516ebe5Update nix requirement from 0.29.0 to 0.30.0 (#344)8d3d831Supportobject_storewith wasm: Default wasm32-unknown-unknown HttpConnecto...e157e2cEnable anonymous access to GCS buckets (#322)7272f70Fix query parameter signing in Azure (#334)- Additional commits viewable in compare view
Updates git2 from 0.20.1 to 0.20.2
Changelog
Sourced from git2's changelog.
0.20.2 - 2025-05-05
Added
- Added
Status::WT_UNREADABLE. #1151Fixed
Commits
1fb5f64Merge pull request #1161 from ehuss/bump-version26bfd30Update version of git2 to 0.20.2eef4592Merge pull request #1160 from ehuss/indexer-init7f42b7aClarify Indexer::newpathparameter1774e57Call init in Indexer::new5bc3baaMerge pull request #1155 from reddevilmidzy/masterba5e1b3Make link an intra-doc link38681b1fix: add a backtickb82f801Merge pull request #1153 from alyssais/raw_code00faf61Add missing code checks to Error::raw_code()- Additional commits viewable in compare view
Updates aws-sdk-bedrockruntime from 1.85.0 to 1.87.0
Commits
- See full diff in compare view
Updates minijinja from 2.9.0 to 2.10.2
Release notes
Sourced from minijinja's releases.
2.10.2
Release Notes
- Fixed an issue with the function bounds that caused the next-generation trait resolver to fail. #787
Install minijinja-cli 2.10.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.10.2/minijinja-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/minijinja/releases/download/2.10.2/minijinja-cli-installer.ps1 | iex"Download minijinja-cli 2.10.2
File Platform Checksum minijinja-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum minijinja-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum minijinja-cli-i686-pc-windows-msvc.zip x86 Windows checksum minijinja-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum minijinja-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum minijinja-cli-i686-unknown-linux-gnu.tar.xz x86 Linux checksum minijinja-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum minijinja-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum minijinja-cli-i686-unknown-linux-musl.tar.xz x86 MUSL Linux checksum minijinja-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum 2.10.1
Release Notes
- Re-release of 2.10.0 because of a broken release process.
Install minijinja-cli 2.10.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.10.1/minijinja-cli-installer.sh | shInstall prebuilt binaries via powershell script
... (truncated)
Changelog
Sourced from minijinja's changelog.
2.10.2
- Fixed an issue with the function bounds that caused the next-generation trait resolver to fail. #787
2.10.1
- Re-release of 2.10.0 because of a broken release process.
2.10.0
- Fix incorrect permissions when
--outputis used in the CLI. #772- Added
mj_err_get_debug_infoto the C-ABI. #775- Modules now capture their output like they do in Jinja2. This means that if you do
{% import 'template.j2' as x %}and you then render{{ x }}the output oftemplate.j2is rendered as if it was included. #778- Improved compatibility with Jinja2 for slicing. Negative steps are now correctly handled. Additionally slicing on bytes now correctly handles steps other than 1. #781
Commits
aa2ecba2.10.2bee0d9cCopy release notes from 1.0.22 over to mainline43e1486Add a CI check for next-solver (#789)326294dfix regression with the next-generation trait solver (#787)cc9e621Fix incorrectly marked doctestfd4af3aFix CI for goodde6ebe12.10.1ed1fbd1Another hack to get assum-yes working in CI303fc9aTry to fix CI (#783)9f901932.10.0- Additional commits viewable in compare view
Updates aws-sdk-sagemakerruntime from 1.67.0 to 1.69.0
Commits
- See full diff in compare view
Updates tempfile from 3.19.1 to 3.20.0
Changelog
Sourced from tempfile's changelog.
3.20.0
This release mostly unifies the behavior/capabilities around "keeping" temporary files:
- Rename
Builder::keep(bool)(via deprecation) toBuilder::disable_cleanup(bool)to make it clear that behaves differently fromNamedTempFile::keep(). The former disables automatic cleanup while the latter consumes theNamedTempFileobject entirely and unsets the "temporary file" attribute (on Windows).- Rename
TempDir::into_path(via deprecation) toTempDir::keepto mirrorNamedTempFile::keep.- Add
TempDir::disable_cleanup,NamedTempFile::disable_cleanup, andTempPath::disable_cleanupmaking it possible to disable automatic cleanup in-place after creating a temporary file/directory (equivalent to callingBuilder::disable_cleanupbefore creating the file/directory).Additionally, it adds a few spooled temporary file features:
- Add
SpooledTempFile::into_filefor turning aSpooledTempFileinto a regular unnamed temporary file, writing it to the backing storage ("rolling" it) if it was still stored in-memory.- Add
spooled_tempfile_inandSpooledTempFile::new_inmethods for creating spooled temporary files in a specific directory. This makes it possible to choose the backing device for your spooled temporary file which is rather important on Linux where the default temporary directory is likely backed by memory (defeating the entire point of having a spooled temporary file).Finally, this release improves documentation, especially the top-level documentation explaining which temporary file type to use.
BREAKING for those with
deny(warnings):
Builder::keepdeprecated in favor ofBuilder::disable_cleanup.TempDir::into_pathis deprecated in favor ofTempDir::keep.BREAKING:
Commits
99ffea6chore: release v3.20.0 (#358)bd2b267feat: make it possible to disable cleanup in-place after creation (#355)3b30099ci: really check docs for warnings (#357)f701f52ci: check docs (#356)d34afe9doc: improve SpooledData documentation6deb42edoc: make it easier to pick the correct tempfile constructor/typee284782feat: allow creating spooled temporary files in a specific directory (#353)07edc31feat: implementSpooledTempFile::into_file(#352)b122355fix: add must_use attribute to TempDir::keep (#351)cbd1e97feat: renameTempDir::into_pathtoTempDir::keep(#349)- Additional commits viewable in compare view
Updates aws-sdk-s3 from 1.83.0 to 1.85.0
Commits
- See full diff in compare view
Updates tower-http from 0.6.2 to 0.6.4
Release notes
Sourced from tower-http's releases.
tower-http 0.6.4
Added
- decompression: Support HTTP responses containing multiple ZSTD frames (#548)
- The
ServiceExttrait for chaining layers onto an arbitrary http service just likeServiceBuilderExtallows forServiceBuilder(#563)Fixed
- Remove unnecessary trait bounds on
S::ErrorforServiceimpls ofRequestBodyTimeout<S>andResponseBodyTimeout<S>(#533)- compression: Respect
is_end_stream(#535)- Fix a rare panic in
fs::ServeDir(#553)- Fix invalid
content-lenghtof 1 in response to range requests to empty files (#556)- In
AsyncRequireAuthorization, use the original inner service after it is ready, instead of using a clone (#561)#533: tower-rs/tower-http#533 #535: tower-rs/tower-http#535 #548: tower-rs/tower-http#548 #553: tower-rs/tower-http#556 #556: tower-rs/tower-http#556 #561: tower-rs/tower-http#561 #563: tower-rs/tower-http#563
tower-http 0.6.3
This release was yanked because its definition of
ServiceExtwas quite unhelpful, in a way that's very unlikely that anybody would start depending on within the small timeframe before this was yanked, but that was technically breaking to change.
Commits
fa8848eRelease v0.6.4 (#568)2608a51Make type inference work for ServiceExt (#566)c61fb8dmsrv: reduce to 1.64, only run check in ci (#567)8d38de8Upgrade CHANGELOG.md to note today's yank (#565)7b4b07dRelease v0.6.3 (#564)2c3f8f3Add ServiceExt trait (#563)001be27Fix clippy warnings6f13eb9Simplify test implementation of authorizede9b51eRemove unused UserId from AsynRequireAuthorization test55287c7Move sealed module next to the trait that uses it- Additional commits viewable in compare view
Updates rustls from 0.23.26 to 0.23.27
Commits
2601909Bump version to 0.23.27a70b0e6Handle webpki RequiredEkuNotFoundContext errors06a704eUpdate to webpki 0.103.29509626Deprecate dangerous_extract_secrets on unbuffered connectionsbf9e874Add test cases for KernelConnection key updates5a12171Add kernel connection API35c44d2Extract tls13 expand_secret function out of extract_secrets47ed0c6ci: enable triggering CI workflow manually26b8ee3ci: skip push triggers for most branches70ed532Update Rust crate nix to 0.30- Additional commits viewable in compare view
Updates trybuild from 1.0.104 to 1.0.105
Release notes
Sourced from trybuild's releases.
1.0.105
- Support passing
-C instrument-coveragein RUSTFLAGS (#305, thanks@davidhewitt)
Commits
Updates tree-sitter from 0.25.3 to 0.25.4
Release notes
Sourced from tree-sitter's releases.
v0.25.4
What's Changed
- fix(lib): remove duplicate TSLanguageMetadata typedef by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4270- fix(rust): adapt to new nightly lint by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4269- build(deps): bump ring from 0.17.8 to 0.17.13 by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4281- fix(cli): properly escape invisible characters in parse error output by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4279- fix(xtask): error if new version supplied to xtask is less than or equal to current version by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4290- fix(make):
make installshouldn’t fail when a parser bundles no queries by@tree-sitter-ci-botin tree-sitter/tree-sitter#4291- fix(rust): address new clippy lint for pointer comparisons by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4310- fix(rust): use core crates for no_std by
@clasonin tree-sitter/tree-sitter#4311- fix(rust): address new nightly lint for pointer comparisons by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4314- add generate crate to workspace & adjust to new clippy lints by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4197- fix(highlight): account for multiple rows in highlight testing assertions by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4335- Add
@generatedto parser.c header by@tree-sitter-ci-botin tree-sitter/tree-sitter#4344- Fix WASI build by not calling a non-existent function. by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4346- fix(rust): clarify error message for non-token reserved words by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4347- Make highlighting more deterministic when themes are ambiguous by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4350- fix(lib): reset parser options after use by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4361- fix(web): correct childWithDescendant() functionality by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4369- fix(ci): increase timeouts for flaky tests by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4374- export wasm files to better support bundling use cases by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4378- Tidy up the docs in auto-generated Rust bindings by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4377- binding_web: replace dynamic require with import by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4380- Refine the documentation and command line help for "parse --edits" by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4379- perf(highlight): use
BTreeMapoverIndexMapfor highlight configs by@tree-sitter-ci-botin tree-sitter/tree-sitter#4382- fix(parse): mark logging closure as
moveby@tree-sitter-ci-botin tree-sitter/tree-sitter#4410- fix(lib): do not access the alias sequence for the
endsubtree ints_subtree_summarize_childrenby@tree-sitter-ci-botin tree-sitter/tree-sitter#4418- fix(generate): mark url as a Windows-only dependency by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4415- fix(rust): address some new nightly clippy lints by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4425- fix(query): correct
last_child_step_indexin cases where a new step wasn't created. by@tree-sitter-ci-botin tree-sitter/tree-sitter#4428- fix(lib): return early for empty predicate step slice by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4441- 0.25.4 by
@WillLillisin tree-sitter/tree-sitter#4442Full Changelog: https://github.com/tree-sitter/tree-sitter/compare/v0.25.3...v0.25.4
Commits
726dcd10.25.4b0a6bdefix(lib): return early for empty predicate step slice69723cafix(query): correctlast_child_step_indexin cases where a new step97131b4fix(rust): address new clippy linta3f86b1fix(rust): ignore obfuscated_if_else lint41413e7fix(generate): mark url as a Windows-only dependencyd7d0d9ffix(lib): do not access the alias sequence for theendsubtree in `ts_subtr...a876ffffix(parse): explicitly move temporaries in the logger callback7ddcc7bperf(highlight): useBTreeMapoverIndexMapfor highlight configs779d613docs(cli): improve documentation for theeditsargument when parsing code- 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
9
+51
-49
Package Dependencies
aws-sdk-sagemakerruntime
cargo
1.67.0 → 1.69.0
Minor
Technical Details
| ID: | 241624 |
| UUID: | 2516757382 |
| Node ID: | PR_kwDOMXNO-86WAquG |
| Host: | GitHub |
| Repository: | tensorzero/tensorzero |
| Merge State: | Unknown |