Skip to content

Commit

Permalink
Merge pull request #31420 from MaterializeInc/dependabot/cargo/termco…
Browse files Browse the repository at this point in the history
…lor-1.4.1

build(deps): bump termcolor from 1.2.0 to 1.4.1
  • Loading branch information
def- authored Feb 10, 2025
2 parents 0c062b7 + 01e21e9 commit 1170db3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 src/mz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap = { version = "4.5.23", features = [ "derive" ] }
csv = "1.3.1"
dirs = "5.0.0"
indicatif = "0.17.2"
termcolor = "1.2.0"
termcolor = "1.4.1"
maplit = "1.0.2"
mz-cloud-api = { path = "../cloud-api" }
mz-frontegg-client = { path = "../frontegg-client" }
Expand Down
2 changes: 1 addition & 1 deletion src/testdrive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ serde = "1.0.152"
serde_json = { version = "1.0.125", features = ["raw_value"] }
similar = "2.2.1"
tempfile = "3.14.0"
termcolor = "1.1.3"
termcolor = "1.4.1"
tiberius = { version = "0.11.3", default-features = false }
time = "0.3.17"
tracing = "0.1.37"
Expand Down

0 comments on commit 1170db3

Please sign in to comment.