Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaumy committed Sep 15, 2023
1 parent 426487d commit 39c722b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -31,7 +31,7 @@ unicode-width = "0.1.10"

serde = { version = "1.0.188", features = ["derive"] }
serde_qs = "0.12.0"
serde_json = "1.0.106"
serde_json = "1.0.107"
serde_with = "3.3.0"
serde_repr = "0.1.16"

Expand All @@ -42,7 +42,7 @@ reqwest = { version = "0.11.20", default-features = false, features = ["json", "
tokio = { version = "1.32.0", features = ["full"] }
futures = "0.3.28"

clap = { version = "4.4.2", features = ["derive", "wrap_help"] }
clap = { version = "4.4.3", features = ["derive", "wrap_help"] }
colored = "2.0.4"
term_size = "0.3.2"

Expand Down

0 comments on commit 39c722b

Please sign in to comment.