Skip to content

Commit bca3fb9

Browse files
build(deps): Bump github.com/spacemeshos/post from 0.13.0 to 0.13.1 (#6807)
Co-authored-by: Matthias <[email protected]>
1 parent 2de4452 commit bca3fb9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Makefile-libs.Inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ else
4646
endif
4747
endif
4848

49-
POSTRS_SETUP_REV = 0.8.4
49+
POSTRS_SETUP_REV = 0.8.5
5050
POSTRS_SETUP_ZIP = libpost-$(platform)-v$(POSTRS_SETUP_REV).zip
5151
POSTRS_SETUP_URL_ZIP ?= https://github.com/spacemeshos/post-rs/releases/download/v$(POSTRS_SETUP_REV)/$(POSTRS_SETUP_ZIP)
5252

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ require (
4646
github.com/spacemeshos/go-scale v1.3.0
4747
github.com/spacemeshos/merkle-tree v0.2.6
4848
github.com/spacemeshos/poet v0.10.12
49-
github.com/spacemeshos/post v0.13.0
49+
github.com/spacemeshos/post v0.13.1
5050
github.com/spf13/afero v1.14.0
5151
github.com/spf13/cobra v1.9.1
5252
github.com/spf13/pflag v1.0.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ github.com/spacemeshos/merkle-tree v0.2.6 h1:PJ4LBx0vBbYVIHwApyjLy/yqUGEK35ggGTo
618618
github.com/spacemeshos/merkle-tree v0.2.6/go.mod h1:lxMuC/C2qhN6wdH6iSXW0HM8FS6fnKnyLWjCAKsCtr8=
619619
github.com/spacemeshos/poet v0.10.12 h1:xlk0L+MyDpqGzpsFgLKVeNMmQtzZ3k53/yoHs8vUfZo=
620620
github.com/spacemeshos/poet v0.10.12/go.mod h1:M32hQhE0QBT80CMEb8P3aXz0lQVGK6V8EJqnl2f9cYE=
621-
github.com/spacemeshos/post v0.13.0 h1:DNlqc6ilYbFbev2CXCj9ukHJ7HhTW9GCSeKAE2nWGsA=
622-
github.com/spacemeshos/post v0.13.0/go.mod h1:3utSIJO9M7lhA5xm3BQ2hszVNjiLgiseq0Ty4vpS0BU=
621+
github.com/spacemeshos/post v0.13.1 h1:EeM/mYtS1ON28HOso1Gj6s1zoj2Dx6/0JDFoM5KJgAQ=
622+
github.com/spacemeshos/post v0.13.1/go.mod h1:3utSIJO9M7lhA5xm3BQ2hszVNjiLgiseq0Ty4vpS0BU=
623623
github.com/spacemeshos/sha256-simd v0.1.0 h1:G7Mfu5RYdQiuE+wu4ZyJ7I0TI74uqLhFnKblEnSpjYI=
624624
github.com/spacemeshos/sha256-simd v0.1.0/go.mod h1:O8CClVIilId7RtuCMV2+YzMj6qjVn75JsxOxaE8vcfM=
625625
github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=

systest/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ tmpfile := $(shell mktemp /tmp/systest-XXX)
55
test_name ?= TestSmeshing
66
org ?= spacemeshos
77
image_name ?= $(org)/systest:$(version_info)
8-
certifier_image ?= $(org)/certifier-service:v0.8.4
8+
certifier_image ?= $(org)/certifier-service:v0.8.5
99
poet_image ?= $(org)/poet:v0.10.12
10-
post_service_image ?= $(org)/post-service:v0.8.4
11-
post_init_image ?= $(org)/postcli:v0.12.11
10+
post_service_image ?= $(org)/post-service:v0.8.5
11+
post_init_image ?= $(org)/postcli:v0.13.1
1212
smesher_image ?= $(org)/go-spacemesh-dev:$(version_info)
1313
old_smesher_image ?= $(org)/go-spacemesh-dev:v1.8.1
1414
bs_image ?= $(org)/go-spacemesh-dev-bs:$(version_info)

0 commit comments

Comments
 (0)