Skip to content

Commit

Permalink
build(deps): bump the rust-minor-patch group across 1 directory with …
Browse files Browse the repository at this point in the history
…3 updates (#338)

Bumps the rust-minor-patch group with 3 updates in the / directory: [serde_json](https://github.com/serde-rs/json), [uuid](https://github.com/uuid-rs/uuid) and [proptest](https://github.com/proptest-rs/proptest).


Updates `serde_json` from 1.0.117 to 1.0.118
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.118)

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

Updates `proptest` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.4.0...v1.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 25, 2024
1 parent dc6909b commit e654199
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ members = [".", "client"]

[workspace.dependencies]
serde = { version = "1.0.202", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.117", default-features = false, features = ["std"] }
serde_json = { version = "1.0.118", default-features = false, features = ["std"] }
thiserror = { version = "1.0.60", default-features = false }
uuid = { version = "1.8.0", default-features = false, features = ["v4", "fast-rng", "serde"] }
uuid = { version = "1.9.1", default-features = false, features = ["v4", "fast-rng", "serde"] }

[package]
name = "sandkasten"
Expand Down Expand Up @@ -39,7 +39,7 @@ uuid.workspace = true

[dev-dependencies]
indoc = { version = "2.0.5", default-features = false }
proptest = "1.4.0"
proptest = "1.5.0"
sandkasten-client = { path = "client", default-features = false, features = ["reqwest", "blocking"] }

[features]
Expand Down

0 comments on commit e654199

Please sign in to comment.