Bump the rust-dependencies group across 1 directory with 6 updates#168
Merged
github-actions[bot] merged 1 commit intomainfrom Aug 23, 2025
Merged
Conversation
Bumps the rust-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-std](https://github.com/async-rs/async-std) | `1.13.1` | `1.13.2` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.88` | `0.1.89` | | [data-url](https://github.com/servo/rust-url) | `0.3.1` | `0.3.2` | | [serde_json](https://github.com/serde-rs/json) | `1.0.142` | `1.0.143` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.16` | | [uuid](https://github.com/uuid-rs/uuid) | `1.17.0` | `1.18.0` | Updates `async-std` from 1.13.1 to 1.13.2 - [Release notes](https://github.com/async-rs/async-std/releases) - [Changelog](https://github.com/async-rs/async-std/blob/main/CHANGELOG.md) - [Commits](async-rs/async-std@v1.13.1...v1.13.2) Updates `async-trait` from 0.1.88 to 0.1.89 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.88...0.1.89) Updates `data-url` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/commits) Updates `serde_json` from 1.0.142 to 1.0.143 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.142...v1.0.143) Updates `thiserror` from 2.0.12 to 2.0.16 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.16) Updates `uuid` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: async-std dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: data-url dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-version: 1.0.143 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: uuid dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 6 updates in the / directory:
1.13.11.13.20.1.880.1.890.3.10.3.21.0.1421.0.1432.0.122.0.161.17.01.18.0Updates
async-stdfrom 1.13.1 to 1.13.2Changelog
Sourced from async-std's changelog.
Commits
844b552Bump version to 1.13.2; no changes other than deprecation notice in docs812cc80Add deprecation notice to the top of the library documentationUpdates
async-traitfrom 0.1.88 to 0.1.89Release notes
Sourced from async-trait's releases.
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-28Updates
data-urlfrom 0.3.1 to 0.3.2Commits
Updates
serde_jsonfrom 1.0.142 to 1.0.143Release notes
Sourced from serde_json's releases.
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"fd35a02Implement FromStr for Map<String, Value>bea0fe6Implement Default for CompactFormatter0c0e9f6Add Clone and Debug impls to map iteratorsUpdates
thiserrorfrom 2.0.12 to 2.0.16Release notes
Sourced from thiserror's releases.
Commits
40b5853Release 2.0.1683dfb5fMerge pull request #429 from dtolnay/nostd9b4a99fAdd to "no-std" crates.io categoryf6145ebRelease 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.13Updates
uuidfrom 1.17.0 to 1.18.0Release notes
Sourced from uuid's releases.
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 lintDependabot 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