From b26870dbc789b83d1823918356e8f8936acaf53f Mon Sep 17 00:00:00 2001 From: Gino Date: Thu, 17 Oct 2024 15:21:43 +0100 Subject: [PATCH] fix(devx) update tonic --- Cargo.lock | 8 ++++---- .../static/json/developer/evm-to-move/creating-token.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8250da9569a..8cb47548a46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8902,7 +8902,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -12010,7 +12010,7 @@ checksum = "0c1318b19085f08681016926435853bbf7858f9c082d0999b80550ff5d9abe15" dependencies = [ "bytes", "heck 0.5.0", - "itertools 0.13.0", + "itertools 0.10.5", "log", "multimap", "once_cell", @@ -12030,7 +12030,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools 0.10.5", "proc-macro2 1.0.86", "quote 1.0.37", "syn 2.0.77", @@ -15459,7 +15459,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", - "rand 0.8.5", + "rand 0.7.3", "static_assertions", ] diff --git a/docs/site/static/json/developer/evm-to-move/creating-token.json b/docs/site/static/json/developer/evm-to-move/creating-token.json index 73ae8483bdc..9c181161146 100644 --- a/docs/site/static/json/developer/evm-to-move/creating-token.json +++ b/docs/site/static/json/developer/evm-to-move/creating-token.json @@ -12,10 +12,10 @@ { "questionText": "What is the purpose of the TreasuryCap in IOTA Move's token management?", "answerOptions": [ - { "answerText": "It manages token ownership.", "isCorrect": false }, - { "answerText": "It enforces token transfers.", "isCorrect": false }, - { "answerText": "It allows minting and burning of tokens.", "isCorrect": true }, - { "answerText": "It defines the token's metadata.", "isCorrect": false } + { "answerText": "It manages token ownership", "isCorrect": false }, + { "answerText": "It enforces token transfers", "isCorrect": false }, + { "answerText": "It allows minting and burning of tokens", "isCorrect": true }, + { "answerText": "It defines the token's metadata", "isCorrect": false } ] }, {