Skip to content

Commit

Permalink
Bump the minor-changes group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 2 updates in the / directory: [serde_json](https://github.com/serde-rs/json) and [uuid](https://github.com/uuid-rs/uuid).


Updates `serde_json` from 1.0.134 to 1.0.137
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.134...v1.0.137)

Updates `uuid` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.0...1.12.0)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent bbb6e24 commit 5c36396
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ doc-comment = "0.3.3"
hex-buffer-serde = "0.4.0"
num-bigint = { package = "num-bigint-dig", version = "0.8.2" }
rand = "0.8.3"
uuid = { version = "1.11.0", features = ["serde", "v4"] }
uuid = { version = "1.12.0", features = ["serde", "v4"] }
version-sync = "0.9"

[features]
Expand Down

0 comments on commit 5c36396

Please sign in to comment.