Skip to content

Commit

Permalink
build(deps): update attohttpc requirement in /crates/archive
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.25.0...v0.26.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent 86c2818 commit a852164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ verbatim = "0.1"
cfg-if = "1.0"
hyperx = "1.0.0"
thiserror = "1.0.16"
attohttpc = { version = "0.25", default-features = false, features = ["json", "compress", "tls-rustls-native-roots"] }
attohttpc = { version = "0.26", default-features = false, features = ["json", "compress", "tls-rustls-native-roots"] }

0 comments on commit a852164

Please sign in to comment.