Skip to content

Commit 6bfb325

Browse files
chore: update replica version to 719ff387aab462ce5759c4c20c30de959fe9538c
1 parent 4779ada commit 6bfb325

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dfx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ os_str_bytes = { version = "6.3.0", features = ["conversions"] }
8484
patch = "0.7.0"
8585
pem.workspace = true
8686
petgraph = "0.6.0"
87-
pocket-ic = { git = "https://github.com/dfinity/ic", rev = "17d483c60a09b393ad82a2091b68a242ac69c72d" }
87+
pocket-ic = { git = "https://github.com/dfinity/ic", rev = "719ff387aab462ce5759c4c20c30de959fe9538c" }
8888
rand = "0.8.5"
8989
regex = "1.5.5"
9090
reqwest = { workspace = true, features = ["blocking", "json"] }

src/dfx/assets/dfx-asset-sources.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"replica-rev": "17d483c60a09b393ad82a2091b68a242ac69c72d",
2+
"replica-rev": "719ff387aab462ce5759c4c20c30de959fe9538c",
33
"x86_64-darwin": {
44
"motoko": {
55
"url": "https://github.com/dfinity/motoko/releases/download/1.4.1/motoko-Darwin-x86_64-1.4.1.tar.gz",
66
"sha256": "92f18980095639acaa09782e3ba5a51f37729afddc9480705adcefcb783eae8e",
77
"version": "1.4.1"
88
},
99
"pocket-ic": {
10-
"url": "https://download.dfinity.systems/ic/17d483c60a09b393ad82a2091b68a242ac69c72d/binaries/x86_64-darwin/pocket-ic.gz",
11-
"sha256": "5b905178cf1bd28c469a3103ca712c21f5a0501e46c02ba1fe5789c41019ecaf",
12-
"rev": "17d483c60a09b393ad82a2091b68a242ac69c72d"
10+
"url": "https://download.dfinity.systems/ic/719ff387aab462ce5759c4c20c30de959fe9538c/binaries/x86_64-darwin/pocket-ic.gz",
11+
"sha256": "05e46e490d608ee94ec8b64fe58111f064d6f36d0e9d8317b3dd0c9cf26ce331",
12+
"rev": "719ff387aab462ce5759c4c20c30de959fe9538c"
1313
}
1414
},
1515
"arm64-darwin": {
@@ -19,9 +19,9 @@
1919
"version": "1.4.1"
2020
},
2121
"pocket-ic": {
22-
"url": "https://download.dfinity.systems/ic/17d483c60a09b393ad82a2091b68a242ac69c72d/binaries/arm64-darwin/pocket-ic.gz",
23-
"sha256": "76dc87bda23670e30168be3effb99fc8d62f7e3f9af375c6c6c2671e53c21410",
24-
"rev": "17d483c60a09b393ad82a2091b68a242ac69c72d"
22+
"url": "https://download.dfinity.systems/ic/719ff387aab462ce5759c4c20c30de959fe9538c/binaries/arm64-darwin/pocket-ic.gz",
23+
"sha256": "7027f9622f8d552d54618ff469101b58455f888fe96cc87716b73dd4cc88b6a7",
24+
"rev": "719ff387aab462ce5759c4c20c30de959fe9538c"
2525
}
2626
},
2727
"x86_64-linux": {
@@ -31,9 +31,9 @@
3131
"version": "1.4.1"
3232
},
3333
"pocket-ic": {
34-
"url": "https://download.dfinity.systems/ic/17d483c60a09b393ad82a2091b68a242ac69c72d/binaries/x86_64-linux/pocket-ic.gz",
35-
"sha256": "bb6bcc267fcd74f83b3d13f2bb14071f4b7c7fc6d4d6f0f67450e50b0e96011d",
36-
"rev": "17d483c60a09b393ad82a2091b68a242ac69c72d"
34+
"url": "https://download.dfinity.systems/ic/719ff387aab462ce5759c4c20c30de959fe9538c/binaries/x86_64-linux/pocket-ic.gz",
35+
"sha256": "a67b88175828b8250753ba2978480f02ff2d5ad791bec99c3abf61c74e145883",
36+
"rev": "719ff387aab462ce5759c4c20c30de959fe9538c"
3737
}
3838
},
3939
"arm64-linux": {
@@ -43,9 +43,9 @@
4343
"version": "1.4.1"
4444
},
4545
"pocket-ic": {
46-
"url": "https://download.dfinity.systems/ic/17d483c60a09b393ad82a2091b68a242ac69c72d/binaries/arm64-linux/pocket-ic.gz",
47-
"sha256": "d3155c403a05a5aca11fb6a72696c15b7530b41ea47c4e6a414f2e73f526580d",
48-
"rev": "17d483c60a09b393ad82a2091b68a242ac69c72d"
46+
"url": "https://download.dfinity.systems/ic/719ff387aab462ce5759c4c20c30de959fe9538c/binaries/arm64-linux/pocket-ic.gz",
47+
"sha256": "ffe10ce5ffaf1c17d4a553c13a7693e8d6c1960ffe29b9089482e5a57075bef3",
48+
"rev": "719ff387aab462ce5759c4c20c30de959fe9538c"
4949
}
5050
},
5151
"common": {

0 commit comments

Comments
 (0)