Skip to content

Commit

Permalink
Merge pull request #176 from sycured/dependabot/cargo/attohttpc-0.26.1
Browse files Browse the repository at this point in the history
Bump attohttpc from 0.26.0 to 0.26.1
  • Loading branch information
sycured authored Aug 25, 2023
2 parents 57ef356 + 3ae2cea commit 3f2b386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ opt-level = 3
lto = false

[dependencies]
attohttpc = { version = "0.26.0", default-features = false, features = ["compress", "json", "rustls"] }
attohttpc = { version = "0.26.1", default-features = false, features = ["compress", "json", "rustls"] }
base64 = "0.21.2"
clap = { version = "4.3.24", features = ["cargo", "env", "wrap_help"] }
clap_complete = "4.3.2"
Expand Down

0 comments on commit 3f2b386

Please sign in to comment.