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](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json).


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

Updates `serde` from 1.0.196 to 1.0.197
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.196...v1.0.197)

Updates `serde_json` from 1.0.113 to 1.0.114
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.113...v1.0.114)

---
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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 20, 2024
1 parent 4e16eb0 commit 946492f
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 @@ -2,8 +2,8 @@
members = [".", "client"]

[workspace.dependencies]
serde = { version = "1.0.196", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.113", default-features = false, features = ["std"] }
serde = { version = "1.0.197", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.114", default-features = false, features = ["std"] }
thiserror = { version = "1.0.57", default-features = false }
uuid = { version = "1.7.0", default-features = false, features = ["v4", "fast-rng", "serde"] }

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

[dependencies]
anyhow = { version = "1.0.79", default-features = false, features = ["std"] }
anyhow = { version = "1.0.80", default-features = false, features = ["std"] }
config = { version = "0.14.0", 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 946492f

Please sign in to comment.