Bump the rust-dependencies group across 1 directory with 6 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
(9 months ago)
rust dependencies
Bumps the rust-dependencies group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| axum | 0.8.5 |
0.8.6 |
| aws-sdk-bedrockruntime | 1.106.0 |
1.107.0 |
| jsonwebtoken | 9.3.1 |
10.0.0 |
| google-cloud-auth | 0.23.0 |
1.0.0 |
| tree-sitter-python | 0.23.6 |
0.25.0 |
| tree-sitter-md | 0.3.2 |
0.5.1 |
Updates axum from 0.8.5 to 0.8.6
Commits
Updates aws-sdk-bedrockruntime from 1.106.0 to 1.107.0
Commits
- See full diff in compare view
Updates jsonwebtoken from 9.3.1 to 10.0.0
Changelog
Sourced from jsonwebtoken's changelog.
10.0.0 (2025-09-29)
- BREAKING: now using traits for crypto backends, you have to choose between
aws_lc_rsandrust_crypto- Add
Clonebound todecode- Support decoding byte slices
- Support JWS
Commits
- See full diff in compare view
Updates google-cloud-auth from 0.23.0 to 1.0.0
Release notes
Sourced from google-cloud-auth's releases.
v1.0.0
First GA release
We are proud to announce the 1.0 release of the Google Cloud client libraries for Rust. This is the first GA version of the client libraries.
What's Included
- Fully asynchronous clients for over 140 services, including Cloud Storage, Vertex AI, Secret Manager, and Key Management Service.
- Fully asynchronous auth library, with support for application default credentials, service account credentials, user credentials, compute engine metadata service, and OIDC-based external credentials[^1].
- Idiomatic abstractions for long-running operations and pagination APIs.
- Automatic retries for requests that fail due to transient errors.
- Automatic demarshalling of error details into idiomatic types.
- Automatic resumes for uploads to and downloads from Cloud Storage.
- Support for streaming uploads to Cloud Storage, with retries on errors.
- Automatic checksumming of data uploaded to or downloaded from Cloud Storage.
What's changed
Compared to the previous release (v0.12.0) this release bumps the version numbers to 1.0.0 and updates README files.
- feat(storage): support object contexts by
@coryanin googleapis/google-cloud-rust#3266- docs: declare all libraries as GA by
@coryanin googleapis/google-cloud-rust#3186- docs: remove caveats from top-level README by
@coryanin googleapis/google-cloud-rust#3293Full Changelog: https://github.com/googleapis/google-cloud-rust/compare/v0.12.0...v1.0.0
Footnotes
[^1]: Also known as workload identify federation or "bring your own id".
Commits
- See full diff in compare view
Updates tree-sitter-python from 0.23.6 to 0.25.0
Release notes
Sourced from tree-sitter-python's releases.
v0.25.0
NOTE: Download
tree-sitter-python.tar.gzfor the complete source code.
Commits
293fdc00.25.034a91a2chore: generate8ad8a51ci: update failing filesa0b84edtest: update tests1b1ca93fix: give a higher lexical precedence to the*inexcept*a4c106ffeat: allow multiple exception expressions without parenthesis29e3bc2refactor!: simplify exceptionsd8f9e69feat: add PEP 750 template string support7ff26dafeat: simplify try statement by accepting missing else/except/finally blocksafdba00build: update bindings- Additional commits viewable in compare view
Updates tree-sitter-md from 0.3.2 to 0.5.1
Release notes
Sourced from tree-sitter-md's releases.
v0.5.1
What's Changed
- release v0.5.0 by
@clasonin tree-sitter-grammars/tree-sitter-markdown#198- fix: removed unnecessary char casting by
@Anaritusin tree-sitter-grammars/tree-sitter-markdown#200- build: install pkgconfig file to libdir by
@jpalusin tree-sitter-grammars/tree-sitter-markdown#191- ci: update workflows by
@clasonin tree-sitter-grammars/tree-sitter-markdown#203- release v0.5.1 by
@clasonin tree-sitter-grammars/tree-sitter-markdown#204New Contributors
@Anaritusmade their first contribution in tree-sitter-grammars/tree-sitter-markdown#200@jpalusmade their first contribution in tree-sitter-grammars/tree-sitter-markdown#191Full Changelog: https://github.com/tree-sitter-grammars/tree-sitter-markdown/compare/v0.5.0...v0.5.1
v0.5.0
NOTE: Download
tree-sitter-markdown.tar.gzfor the complete source code.Breaking Changes
- Regenerate parsers with ABI 15
What's Changed
- Require tree-sitter.json for Successful Tree-Sitter Build by
@linw1995in tree-sitter-grammars/tree-sitter-markdown#187New Contributors
@linw1995made their first contribution in tree-sitter-grammars/tree-sitter-markdown#187Full Changelog: https://github.com/tree-sitter-grammars/tree-sitter-markdown/compare/v0.4.1...v0.5.0
v0.4.1
What's Changed
- chore: regenerate with tree-sitter 0.25.3 by
@clasonin tree-sitter-grammars/tree-sitter-markdown#190New Contributors
@clasonmade their first contribution in tree-sitter-grammars/tree-sitter-markdown#190Full Changelog: https://github.com/tree-sitter-grammars/tree-sitter-markdown/compare/v0.4.0...v0.4.1
v0.4.0
What's Changed
- Fix filename of common/common.js in package.json that breaks the node package after rename. by
@Greenscreenerin tree-sitter-grammars/tree-sitter-markdown#161- fix: recognize escaped "$" in latex blocks by
@ribru17in tree-sitter-grammars/tree-sitter-markdown#165- fix: allow whitespace after closing code block fence by
@ribru17in tree-sitter-grammars/tree-sitter-markdown#163- feat: update to tree-sitter 0.24 by
@ObserverOfTimein tree-sitter-grammars/tree-sitter-markdown#166- fix: highlights & injections query paths in tree-sitter.json by
@topi314in tree-sitter-grammars/tree-sitter-markdown#178- injections.scm: TOML +++ metadata frontmatter support by
@notpeterin tree-sitter-grammars/tree-sitter-markdown#181New Contributors
@Greenscreenermade their first contribution in tree-sitter-grammars/tree-sitter-markdown#161@ribru17made their first contribution in tree-sitter-grammars/tree-sitter-markdown#165
... (truncated)
Commits
2dfd57frelease v0.5.152a3ef9ci: update workflows5b95c5achore: mark parsers as generated by v0.25.97462bb6build: install pkgconfig file to libdir9dca2b6fix(scanner): remove unnecessary char casting (#200)efb075cfixupafaa413release v0.5.031c557eci(release): add workflow2c1006fci(test): update workflow071b3b7fix(npm): include tree-sitter config file (#187)- 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 Rust dependencies including major updates forjsonwebtokenandgoogle-cloud-auth, and minor updates for others.
- Dependencies Updated:
axumfrom 0.8.5 to 0.8.6 inCargo.lock.aws-sdk-bedrockruntimefrom 1.106.0 to 1.107.0 inCargo.lockandtensorzero-core/Cargo.toml.jsonwebtokenfrom 9.3.1 to 10.0.0 inCargo.lockandtensorzero-core/Cargo.toml.google-cloud-authfrom 0.23.0 to 1.0.0 inCargo.lockandtensorzero-core/Cargo.toml.tree-sitter-pythonfrom 0.23.6 to 0.25.0 inCargo.lockandexamples/integrations/cursor/feedback/Cargo.toml.tree-sitter-mdfrom 0.3.2 to 0.5.1 inCargo.lockandexamples/integrations/cursor/feedback/Cargo.toml.This description was created by
for 3bb8bb2f5641ff75693e14ac73637e429c89c318. You can customize this summary. It will automatically update as commits are pushed.
Pull Request Statistics
1
3
+28
-33
Package Dependencies
aws-sdk-bedrockruntime
cargo
1.106.0 → 1.107.0
Minor
Technical Details
| ID: | 8903920 |
| UUID: | 2876498759 |
| Node ID: | PR_kwDOMXNO-86rc-NH |
| Host: | GitHub |
| Repository: | tensorzero/tensorzero |
| Mergeable: | Yes |
| Merge State: | Unstable |