fix(deps): update rust crate kxio to v2
This commit is contained in:
parent
2332292416
commit
6fcefd1831
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ anyhow = "1.0"
|
||||||
bon = "3.0"
|
bon = "3.0"
|
||||||
ignore = "0.4"
|
ignore = "0.4"
|
||||||
file-format = { version = "0.26", features = ["reader-txt"] }
|
file-format = { version = "0.26", features = ["reader-txt"] }
|
||||||
kxio = "1.2"
|
kxio = "2.0"
|
||||||
regex = "1.10"
|
regex = "1.10"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
tokio = { version = "1.37", features = ["full"] }
|
tokio = { version = "1.37", features = ["full"] }
|
||||||
|
|
Loading…
Reference in a new issue