Skip to content

Commit

Permalink
⬆️ Update attohttpc requirement from ^0.24 to ^0.26
Browse files Browse the repository at this point in the history
Updates the requirements on [attohttpc](https://github.com/sbstp/attohttpc) to permit the latest version.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](sbstp/attohttpc@v0.24.0...v0.26.0)

---
updated-dependencies:
- dependency-name: attohttpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidB committed Aug 22, 2023
1 parent 0e60d86 commit e727121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exclude = [
]

[dependencies]
attohttpc = { version = "^0.24", optional = true, default-features = false, features = [
attohttpc = { version = "^0.26", optional = true, default-features = false, features = [
"compress",
"tls-rustls-webpki-roots",
] }
Expand Down

0 comments on commit e727121

Please sign in to comment.