fix(deps): update rust crate duct to v1
| datasource | package | from | to | | ---------- | ------- | ------ | ----- | | crate | duct | 0.13.7 | 1.0.0 |
This commit is contained in:
parent
223beef341
commit
f30e911b9e
4 changed files with 20 additions and 8 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.23", features = ["derive", "env"] }
|
||||
duct = "0.13.7"
|
||||
duct = "1.0.0"
|
||||
env_logger = "0.11.5"
|
||||
ignore = "0.4.23"
|
||||
log = "0.4.22"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue