Skip to content

Commit

Permalink
0.1.28: bump cargo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Dec 30, 2023
1 parent 554ebbb commit 54608f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-docs"
version = "0.1.27"
version = "0.1.28"
authors = [
"Btwiuse Arch <btwiuse@gmail.com>",
]
Expand All @@ -26,8 +26,8 @@ path = "main.rs"

[dependencies]
anyhow = "1"
cargo = "0.75"
cargo-util = "0.2"
cargo = "0.76.0"
cargo-util = "0.2.8"
clap = { version = "4", features = ["derive", "env"] }
futures-util = "0.3"
http = "1.0"
Expand Down

0 comments on commit 54608f8

Please # to comment.