Skip to content

Commit

Permalink
chore: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchalifoux committed Jul 24, 2024
1 parent 755f391 commit 92b5e04
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 20 deletions.
43 changes: 25 additions & 18 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = [".gitignore", ".github/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.9", features = ["derive"] }
clap = { version = "4.5.10", features = ["derive"] }
confy = "0.6.1"
serde = { version = "1.0.204", features = ["derive"] }
reqwest = { version = "0.12.5", features = [
Expand All @@ -27,7 +27,7 @@ reqwest = { version = "0.12.5", features = [
tabled = { version = "0.15.0", features = ["derive"] }
bytefmt = "0.1.7"
serde_json = { version = "1.0.120", features = ["std"] }
serde_with = { version = "3.8.3", features = [] }
serde_with = { version = "3.9.0", features = [] }

[[bin]]
name = "kaput"
Expand Down

0 comments on commit 92b5e04

Please sign in to comment.