Skip to content

Commit 70f72de

Browse files
build(deps): bump github.com/filecoin-project/go-jsonrpc from 0.8.0 to 0.9.0 in the filecoin-core group (#13409)
build(deps): bump github.com/filecoin-project/go-jsonrpc Bumps the filecoin-core group with 1 update: [github.com/filecoin-project/go-jsonrpc](https://github.com/filecoin-project/go-jsonrpc). Updates `github.com/filecoin-project/go-jsonrpc` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/filecoin-project/go-jsonrpc/releases) - [Commits](filecoin-project/go-jsonrpc@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: github.com/filecoin-project/go-jsonrpc dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: filecoin-core ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93f41ba commit 70f72de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ require (
4848
github.com/filecoin-project/go-f3 v0.8.10
4949
github.com/filecoin-project/go-fil-commcid v0.3.1
5050
github.com/filecoin-project/go-hamt-ipld/v3 v3.4.1
51-
github.com/filecoin-project/go-jsonrpc v0.8.0
51+
github.com/filecoin-project/go-jsonrpc v0.9.0
5252
github.com/filecoin-project/go-padreader v0.0.1
5353
github.com/filecoin-project/go-paramfetch v0.0.4
5454
github.com/filecoin-project/go-state-types v0.18.0-dev // dependency-check-ignore: unknown

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ github.com/filecoin-project/go-hamt-ipld/v3 v3.0.1/go.mod h1:gXpNmr3oQx8l3o7qkGy
275275
github.com/filecoin-project/go-hamt-ipld/v3 v3.1.0/go.mod h1:bxmzgT8tmeVQA1/gvBwFmYdT8SOFUwB3ovSUfG1Ux0g=
276276
github.com/filecoin-project/go-hamt-ipld/v3 v3.4.1 h1:wl+ZHruCcE9LvwU7blpwWn35XOcRS6+IBg75G7ZzxzY=
277277
github.com/filecoin-project/go-hamt-ipld/v3 v3.4.1/go.mod h1:AqjryNfkxffpnqsa5mwnJHlazhVqF6W2nilu+VYKIq8=
278-
github.com/filecoin-project/go-jsonrpc v0.8.0 h1:2yqlN3Vd8Gx5UtA3fib7tQu2aW1cSOJt253LEBWExo4=
279-
github.com/filecoin-project/go-jsonrpc v0.8.0/go.mod h1:p8WGOwQGYbFugSdK7qKIGhhb1VVcQ2rtBLdEiik1QWI=
278+
github.com/filecoin-project/go-jsonrpc v0.9.0 h1:G47qEF52w7GholpI21vPSTVBFvsrip6geIoqNiqyZtQ=
279+
github.com/filecoin-project/go-jsonrpc v0.9.0/go.mod h1:OG7kVBVh/AbDFHIwx7Kw0l9ARmKOS6gGOr0LbdBpbLc=
280280
github.com/filecoin-project/go-padreader v0.0.1 h1:8h2tVy5HpoNbr2gBRr+WD6zV6VD6XHig+ynSGJg8ZOs=
281281
github.com/filecoin-project/go-padreader v0.0.1/go.mod h1:VYVPJqwpsfmtoHnAmPx6MUwmrK6HIcDqZJiuZhtmfLQ=
282282
github.com/filecoin-project/go-paramfetch v0.0.4 h1:H+Me8EL8T5+79z/KHYQQcT8NVOzYVqXIi7nhb48tdm8=

0 commit comments

Comments
 (0)