Skip to content

Commit

Permalink
Bump attohttpc from 0.26.0 to 0.26.1
Browse files Browse the repository at this point in the history
Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.26.0 to 0.26.1.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](sbstp/attohttpc@v0.26.0...v0.26.1)

---
updated-dependencies:
- dependency-name: attohttpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent 57ef356 commit 3ae2cea
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 3ae2cea

Please sign in to comment.