Skip to content

Commit

Permalink
Merge pull request #4310 from gchq/dependabot/cargo/rust/owo-colors-4…
Browse files Browse the repository at this point in the history
….2.0

Bump owo-colors from 4.1.0 to 4.2.0 in /rust
  • Loading branch information
rtjd6554 authored Feb 24, 2025
2 parents dbbb4d7 + 3ca5de8 commit 0edb313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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/compactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env_logger = { version = "0.11.6" } # Standard logging to stderr
human-panic = { version = "2.0.2" } # Readable panic messages
clap = { version = "4.5.30", features = ["derive"] } # Cmd line args processing
color-eyre = { version = "0.6.2" } # Colourised version of `anyhow`
owo-colors = { version = "4.1.0" } # Colourised output
owo-colors = { version = "4.2.0" } # Colourised output
compaction = { path = "../compaction" }
chrono = { version = "0.4.39" } # Log helper
tokio = { version = "1.43.0", features = ["full"] } # Async runtime
Expand Down

0 comments on commit 0edb313

Please sign in to comment.