Skip to content

Commit

Permalink
Bump the rust-minor-patch group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [serde_json](https://github.com/serde-rs/json) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `anyhow` from 1.0.77 to 1.0.78
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.77...1.0.78)

Updates `serde_json` from 1.0.108 to 1.0.109
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.108...v1.0.109)

Updates `thiserror` from 1.0.52 to 1.0.53
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.52...1.0.53)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 1, 2024
1 parent 9d5e7bf commit 7f300de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.

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

[workspace.dependencies]
serde = { version = "1.0.193", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.108", default-features = false, features = ["std"] }
thiserror = { version = "1.0.52", default-features = false }
serde_json = { version = "1.0.109", default-features = false, features = ["std"] }
thiserror = { version = "1.0.53", default-features = false }
uuid = { version = "1.6.1", default-features = false, features = ["v4", "fast-rng", "serde"] }

[package]
Expand All @@ -14,7 +14,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = { version = "1.0.77", default-features = false, features = ["std"] }
anyhow = { version = "1.0.78", default-features = false, features = ["std"] }
config = { version = "0.13.4", default-features = false, features = ["toml", "json"] }
fnct = { version = "0.6.2", default-features = false }
key-rwlock = { version = "0.1.2", default-features = false }
Expand Down

0 comments on commit 7f300de

Please sign in to comment.