build(deps): bump duct from 0.13.7 to 1.0.0 (#1847)

This commit is contained in:
dependabot[bot] 2025-05-15 10:05:04 -07:00 committed by GitHub
parent a07f5bec20
commit eacf9b6dbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 4 deletions

12
Cargo.lock generated
View File

@ -876,14 +876,14 @@ dependencies = [
[[package]]
name = "duct"
version = "0.13.7"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c"
checksum = "b6ce170a0e8454fa0f9b0e5ca38a6ba17ed76a50916839d217eb5357e05cdfde"
dependencies = [
"libc",
"once_cell",
"os_pipe",
"shared_child",
"shared_thread",
]
[[package]]
@ -3010,6 +3010,12 @@ dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "shared_thread"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7a6f98357c6bb0ebace19b22220e5543801d9de90ffe77f8abb27c056bac064"
[[package]]
name = "shlex"
version = "1.3.0"

View File

@ -10,7 +10,7 @@ clap = { version = "4.5.37", features = ["derive"] }
clap-cargo = { version = "0.15.1", features = ["cargo_metadata"] }
clap-verbosity-flag = { version = "3.0.2", default-features = false, features = ["tracing"] }
color-eyre = "0.6.3"
duct = "0.13.7"
duct = "1.0.0"
itertools.workspace = true
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18" }