Skip to content

Commit 13e4b27

Browse files
Update attohttpc requirement from 0.18.0 to 0.19.0 in /crates/volta-core
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.18.0...v0.19.0) --- updated-dependencies: - dependency-name: attohttpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67efa91 commit 13e4b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/volta-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ double-checked-cell = "2.1.0"
4848
dunce = "1.0.2"
4949
ci_info = "0.14.4"
5050
hyperx = "1.4.0"
51-
attohttpc = { version = "0.18.0", features = ["json"] }
51+
attohttpc = { version = "0.19.0", features = ["json"] }
5252
chain-map = "0.1.0"
5353
indexmap = "1.8.1"
5454
retry = "1.3.1"

0 commit comments

Comments
 (0)