Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchalifoux committed May 1, 2024
1 parent 414c7cb commit a651f7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaput-cli"
version = "2.2.1"
version = "2.2.2"
edition = "2021"
authors = ["David Chalifoux <mail@chalifoux.dev>"]
license = "MIT"
Expand All @@ -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"] }
Expand Down

0 comments on commit a651f7a

Please sign in to comment.