Skip to content

Commit

Permalink
Update yare requirement from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [yare](https://github.com/foresterre/yare) to permit the latest version.
- [Release notes](https://github.com/foresterre/yare/releases)
- [Changelog](https://github.com/foresterre/yare/blob/main/CHANGELOG.md)
- [Commits](foresterre/yare@yare-macro-v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: yare
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and foresterre committed Aug 15, 2024
1 parent 37ddb3d commit b8e8c0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ rust-releases-rust-changelog = { version = "^0.28.0", path = "crates/rust-releas
rust-releases-rust-dist = { version = "^0.28.0", path = "crates/rust-releases-rust-dist", optional = true }

[dev-dependencies]
yare = "2.0.0"
yare = "3.0.0"
2 changes: 1 addition & 1 deletion crates/rust-releases-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ thiserror = "1.0.24"
semver = "1.0.0"

[dev-dependencies]
yare = "2.0.0"
yare = "3.0.0"
2 changes: 1 addition & 1 deletion crates/rust-releases-rust-changelog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ rust-releases-io = { version = "^0.28.0", path = "../rust-releases-io", features
thiserror = "1.0.24"

[dev-dependencies]
yare = "2.0.0"
yare = "3.0.0"

0 comments on commit b8e8c0a

Please sign in to comment.