@@ -31,19 +31,19 @@ reqwest = { version = "^0.11.22", default-features = false, features = [
3131 " native-tls-vendored" ,
3232] }
3333serde = { version = " =1.0.217" , features = [" derive" ] }
34+ serde_json = { version = " 1.0.121" }
3435sha2 = " ^0.10.9"
3536slog = " ^2.7.0"
3637tempfile = " 3.12.0"
3738tokio = { version = " ^1.36.0" , features = [" rt-multi-thread" ] }
3839url = " ^2.4.1"
39- serde_json = { version = " =1.0.107" }
4040
4141# It is strongly recommended that NNS_SNS_REPLICA_REV be set to the same rev value used below.
42- ic-http-utils = { git = " https://github.com/dfinity/ic" , rev = " 03b997c92cac6680c975ffe8eb80874768363d24 " }
43- ic-icp-index = { git = " https://github.com/dfinity/ic" , rev = " 03b997c92cac6680c975ffe8eb80874768363d24 " }
44- ic-icrc1-index-ng = { git = " https://github.com/dfinity/ic" , rev = " 03b997c92cac6680c975ffe8eb80874768363d24 " }
45- ic-icrc1-ledger = { git = " https://github.com/dfinity/ic" , rev = " 03b997c92cac6680c975ffe8eb80874768363d24 " }
46- ic-sns-cli = { git = " https://github.com/dfinity/ic" , rev = " 03b997c92cac6680c975ffe8eb80874768363d24 " }
42+ ic-http-utils = { git = " https://github.com/dfinity/ic" , rev = " 1bc0a59539613f6ec273a59a172ae43dfabb1ce0 " }
43+ ic-icp-index = { git = " https://github.com/dfinity/ic" , rev = " 1bc0a59539613f6ec273a59a172ae43dfabb1ce0 " }
44+ ic-icrc1-index-ng = { git = " https://github.com/dfinity/ic" , rev = " 1bc0a59539613f6ec273a59a172ae43dfabb1ce0 " }
45+ ic-icrc1-ledger = { git = " https://github.com/dfinity/ic" , rev = " 1bc0a59539613f6ec273a59a172ae43dfabb1ce0 " }
46+ ic-sns-cli = { git = " https://github.com/dfinity/ic" , rev = " 1bc0a59539613f6ec273a59a172ae43dfabb1ce0 " }
4747
4848
4949# The profile that 'cargo dist' will build with
0 commit comments