Skip to content

Commit

Permalink
Bump owo-colors from 4.0.0 to 4.1.0 in /rust (#185)
Browse files Browse the repository at this point in the history
Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 4.0.0 to 4.1.0.
- [Commits](jam1garner/owo-colors@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: owo-colors
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 6071c7b commit d480596
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions rust/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 rust/driver-ipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version = "1.80"
log = "0.4.22"
serde = { version = "1.0.210", features = ["derive"] }
thiserror = "1.0.63"
owo-colors = "4.0.0"
owo-colors = "4.1.0"
serde_json = "1.0.128"
windows = { version = "0.58.0", features = ["Win32_Foundation"] }
lazy_format = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion rust/virtual-display-driver-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clap = { version = "4.5.17", features = ["derive"] }
color-eyre = "0.6.3"
driver-ipc = { path = "../driver-ipc" }
eyre = "0.6.12"
owo-colors = "4.0.0"
owo-colors = "4.1.0"
serde_json = "1.0.128"
lazy_format = "2.0.3"
joinery = "3.1.0"
Expand Down

0 comments on commit d480596

Please sign in to comment.