Skip to content

Commit

Permalink
Merge pull request #3 from Integralist/integralist/bump-deps
Browse files Browse the repository at this point in the history
build: bump dependencies
  • Loading branch information
Integralist authored Dec 31, 2023
2 parents 45a9f2d + 349fb6d commit 4342433
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 30 deletions.
95 changes: 68 additions & 27 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ keywords = ["cli", "http"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.11", features = ["derive"] }
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
anyhow = "1.0.78"
clap = { version = "4.4.12", features = ["derive"] }
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
regex = "1.10.2"
reqwest = { version = "0.11.23", features = ["blocking"] }

Expand Down

0 comments on commit 4342433

Please sign in to comment.