From 711918512433af84b85b46e3586e417daf98a39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Tue, 19 Mar 2024 12:49:16 +0000 Subject: [PATCH] fixup! Merge branch 'tiago/replace-hash-data-structs' (#2685) --- crates/migrations/src/lib.rs | 1 + wasm/Cargo.lock | 2 +- wasm_for_tests/wasm_source/Cargo.lock | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/crates/migrations/src/lib.rs b/crates/migrations/src/lib.rs index 5c3e0c7dd2..e94caeba96 100644 --- a/crates/migrations/src/lib.rs +++ b/crates/migrations/src/lib.rs @@ -1,3 +1,4 @@ +#![allow(clippy::disallowed_types)] use std::collections::HashMap; use std::sync::{Mutex, OnceLock}; diff --git a/wasm/Cargo.lock b/wasm/Cargo.lock index 73791107a3..056ee73096 100644 --- a/wasm/Cargo.lock +++ b/wasm/Cargo.lock @@ -3021,7 +3021,7 @@ name = "indexmap" version = "2.2.4" source = "git+https://github.com/heliaxdev/indexmap?tag=2.2.4-heliax-1#b5b5b547bd6ab04bbb16e060326a50ddaeb6c909" dependencies = [ - "borsh", + "borsh 1.2.1", "equivalent", "hashbrown 0.14.3", "serde", diff --git a/wasm_for_tests/wasm_source/Cargo.lock b/wasm_for_tests/wasm_source/Cargo.lock index 082814d80e..06f717cf56 100644 --- a/wasm_for_tests/wasm_source/Cargo.lock +++ b/wasm_for_tests/wasm_source/Cargo.lock @@ -3021,7 +3021,7 @@ name = "indexmap" version = "2.2.4" source = "git+https://github.com/heliaxdev/indexmap?tag=2.2.4-heliax-1#b5b5b547bd6ab04bbb16e060326a50ddaeb6c909" dependencies = [ - "borsh", + "borsh 1.2.1", "equivalent", "hashbrown 0.14.3", "serde",