Skip to content

Commit

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


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

Updates `serde` from 1.0.193 to 1.0.194
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.193...v1.0.194)

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

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: serde
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 2, 2024
1 parent 09cd06e commit 0a30b19
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

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

[workspace.dependencies]
serde = { version = "1.0.193", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.109", default-features = false, features = ["std"] }
thiserror = { version = "1.0.53", default-features = false }
serde = { version = "1.0.194", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.110", default-features = false, features = ["std"] }
thiserror = { version = "1.0.56", 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.78", default-features = false, features = ["std"] }
anyhow = { version = "1.0.79", 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 0a30b19

Please sign in to comment.