Skip to content

Commit

Permalink
Update Rust crate duct to 0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Dec 23, 2023
1 parent 8e979ea commit 26432bb
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 cargo-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clap = { version = "4.4.11", features = ["derive", "env"] }
# we don't use the tracing support
color-eyre = { version = "0.6.2", default-features = false }
dialoguer = "0.11.0"
duct = "0.13.6"
duct = "0.13.7"
enable-ansi-support = "0.2.1"
# we don't use the default formatter so we don't need default features
env_logger = { version = "0.10.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ self_update = { version = "0.39.0", optional = true }

[dev-dependencies]
color-eyre = { version = "0.6.2", default-features = false }
duct = "0.13.6"
duct = "0.13.7"
indoc = "2.0.4"
maplit = "1.0.2"
pathdiff = { version = "0.2.1", features = ["camino"] }
Expand Down

0 comments on commit 26432bb

Please sign in to comment.