Skip to content

Commit

Permalink
chore(deps): bump yansi from 0.5.1 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [yansi](https://github.com/SergioBenitez/yansi) from 0.5.1 to 1.0.0.
- [Release notes](https://github.com/SergioBenitez/yansi/releases)
- [Commits](https://github.com/SergioBenitez/yansi/commits/v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 9138b5c commit 36947a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tabled = "0.7"
thiserror = "1.0.57"
tokio = { version = "1.29.1", features = ["full"] }
url = { version = "2.5.0" }
yansi = { version = "0.5" }
yansi = { version = "1.0" }
# [target.'cfg(linux)'.dependencies]
[target.'cfg(not(target_os = "windows"))'.dependencies]
# Our dependencies don't use OpenSSL on Windows
Expand Down

0 comments on commit 36947a1

Please sign in to comment.