Skip to content

Commit

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


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

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

---
updated-dependencies:
- dependency-name: anyhow
  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 Mar 12, 2024
1 parent 3afc398 commit f3178d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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"] }
thiserror = { version = "1.0.57", default-features = false }
thiserror = { version = "1.0.58", default-features = false }
uuid = { version = "1.7.0", default-features = false, features = ["v4", "fast-rng", "serde"] }

[package]
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.81", default-features = false, features = ["std"] }
config = { version = "0.14.0", default-features = false, features = ["toml", "json"] }
fnct = { version = "0.6.3", default-features = false }
key-rwlock = { version = "0.1.2", default-features = false }
Expand Down

0 comments on commit f3178d7

Please sign in to comment.