Skip to content

Commit 9ff5681

Browse files
dependabot[bot]lutter
authored andcommitted
build(deps): bump http from 1.3.1 to 1.4.0
Bumps [http](https://github.com/hyperium/http) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: http dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99e0550 commit 9ff5681

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

Cargo.lock

Lines changed: 23 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph/src/ipfs/server_address.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ mod tests {
119119

120120
assert_eq!(
121121
err.to_string(),
122-
"'https://' is not a valid IPFS server address: invalid format",
122+
"'https://' is not a valid IPFS server address: empty string",
123123
);
124124
}
125125

0 commit comments

Comments
 (0)