Skip to content

Commit

Permalink
build(deps): update attohttpc requirement in /crates/volta-core
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent eace466 commit c865e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/volta-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ once_cell = "1.17.0"
dunce = "1.0.3"
ci_info = "0.14.9"
hyperx = "1.4.0"
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"] }
chain-map = "0.1.0"
indexmap = "2.1.0"
retry = "2"
Expand Down

0 comments on commit c865e1c

Please sign in to comment.