Skip to content

Commit 8626751

Browse files
build(deps): update attohttpc requirement in /crates/archive
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.27.0...v0.28.0) --- updated-dependencies: - dependency-name: attohttpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c79b03e commit 8626751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ verbatim = "0.1"
1818
cfg-if = "1.0"
1919
headers = "0.4"
2020
thiserror = "1.0.16"
21-
attohttpc = { version = "0.27", default-features = false, features = ["json", "compress", "tls-rustls-native-roots"] }
21+
attohttpc = { version = "0.28", default-features = false, features = ["json", "compress", "tls-rustls-native-roots"] }

0 commit comments

Comments
 (0)