Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Apr 16, 2024
1 parent 54c7915 commit 296098d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
27 changes: 17 additions & 10 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 @@ -12,11 +12,11 @@ keywords = ["cli", "http"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive"] }
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
regex = "1.10.4"
reqwest = { version = "0.12.2", features = ["blocking"] }
reqwest = { version = "0.12.3", features = ["blocking"] }

[dev-dependencies]
test_bin = "0.4.0"

0 comments on commit 296098d

Please sign in to comment.