diff --git a/Cargo.lock b/Cargo.lock index 6132c58..fbde14c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -653,7 +653,7 @@ dependencies = [ [[package]] name = "kaput-cli" -version = "2.2.1" +version = "2.2.2" dependencies = [ "bytefmt", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3345532..65dfed6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kaput-cli" -version = "2.2.1" +version = "2.2.2" edition = "2021" authors = ["David Chalifoux "] license = "MIT" @@ -18,7 +18,12 @@ exclude = [".gitignore", ".github/*"] clap = { version = "4.4.18", features = ["derive"] } confy = "0.6.0" serde = { version = "1.0.195", features = ["derive"] } -reqwest = { version = "0.11.23", features = ["json", "blocking", "multipart", "native-tls-vendored"] } +reqwest = { version = "0.11.23", features = [ + "json", + "blocking", + "multipart", + "native-tls-vendored", +] } tabled = { version = "0.15.0", features = ["derive"] } bytefmt = "0.1.7" serde_json = { version = "1.0.111", features = ["std"] }