We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4342689 + c423db3 commit ba1eae9Copy full SHA for ba1eae9
1 file changed
Cargo.toml
@@ -45,7 +45,7 @@ ic-exports = { git = "https://github.com/bitfinity-network/canister-sdk", packag
45
ic-log = { git = "https://github.com/bitfinity-network/canister-sdk", package = "ic-log", tag = "v0.11.x" }
46
ic-stable-structures = { git = "https://github.com/bitfinity-network/canister-sdk", package = "ic-stable-structures", tag = "v0.11.x" }
47
ic-storage = { git = "https://github.com/bitfinity-network/canister-sdk", package = "ic-storage", tag = "v0.11.x" }
48
-itertools = "0.11"
+itertools = "0.12"
49
jsonrpc-core = "18.0"
50
log = "0.4"
51
murmur3 = "0.5"
0 commit comments