Skip to content

Commit

Permalink
chore(deps): Bump yare from 1.0.2 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [yare](https://github.com/foresterre/yare) from 1.0.2 to 2.0.0.
- [Release notes](https://github.com/foresterre/yare/releases)
- [Changelog](https://github.com/foresterre/yare/blob/main/CHANGELOG.md)
- [Commits](foresterre/yare@v1.0.2...yare-macro-v2.0.0)

---
updated-dependencies:
- dependency-name: yare
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 1eccdda commit ada721a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
28 changes: 24 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion fog/ledger/enclave/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ mc-fog-types = { path = "../../../types" }

[dev-dependencies]
mc-common = { path = "../../../../common", features = ["loggers"] }
yare = "1.0.2"
yare = "2.0.0"
2 changes: 1 addition & 1 deletion fog/view/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ mc-util-uri = { path = "../../../util/uri" }
portpicker = "0.1.1"
rand = "0.8"
rand_core = "0.6"
yare = "1.0.2"
yare = "2.0.0"

0 comments on commit ada721a

Please sign in to comment.