Skip to content

Commit eced074

Browse files
Bump the rust-dependencies group across 1 directory with 5 updates
Bumps the rust-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.88` | `0.1.89` | | [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` | | [url](https://github.com/servo/rust-url) | `2.5.4` | `2.5.7` | | [uuid](https://github.com/uuid-rs/uuid) | `1.17.0` | `1.18.0` | 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 `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 `url` from 2.5.4 to 2.5.7 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/commits) 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-trait dependency-version: 0.1.89 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: url dependency-version: 2.5.7 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>
1 parent 1667aa9 commit eced074

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

Cargo.lock

Lines changed: 21 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ thiserror = "2.0"
4040
tokio = { version = "1", features = ["macros", "time", "rt", "rt-multi-thread"] }
4141
toml = "0.9"
4242
ureq = { version = "2.4", features = ["json"] }
43-
url = "2.3"
44-
uuid = { version = "1.17", features = ["serde", "v4", "v5"] }
43+
url = "2.5"
44+
uuid = { version = "1.18", features = ["serde", "v4", "v5"] }
4545

4646
### Prefer git to crates.io for development
4747

0 commit comments

Comments
 (0)