From 35b32dc4c4cac8e29ce4ad71d5f66592128882bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 19:25:52 +0300 Subject: [PATCH] chore(deps): update rust crate paste to 1.0.13 (#330) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- crates/wasm-backend-traits/Cargo.toml | 2 +- crates/wasmtime-backend/Cargo.toml | 2 +- marine-js/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 551a0351..d2628c72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2875,9 +2875,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" +checksum = "b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35" [[package]] name = "percent-encoding" diff --git a/core/Cargo.toml b/core/Cargo.toml index 2ce68d7b..88d1e501 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -32,7 +32,7 @@ semver = "1.0.14" serde = "1.0.147" log = "0.4.19" -paste = "1.0.9" +paste = "1.0.13" anyhow = "1.0.66" thiserror = "1.0.37" diff --git a/crates/wasm-backend-traits/Cargo.toml b/crates/wasm-backend-traits/Cargo.toml index 5e4156e2..eea2b344 100644 --- a/crates/wasm-backend-traits/Cargo.toml +++ b/crates/wasm-backend-traits/Cargo.toml @@ -13,5 +13,5 @@ it-memory-traits = "0.4.0" thiserror = "1.0.24" anyhow = "1.0.68" wasmparser = "0.101.1" -paste = "1.0.9" +paste = "1.0.13" multimap = "0.8.3" diff --git a/crates/wasmtime-backend/Cargo.toml b/crates/wasmtime-backend/Cargo.toml index e117a70b..dc560384 100644 --- a/crates/wasmtime-backend/Cargo.toml +++ b/crates/wasmtime-backend/Cargo.toml @@ -15,6 +15,6 @@ it-memory-traits = "0.4.0" wasmtime = {version = "6.0.1", default-features = false, features = ["cache", "wat", "jitdump", "parallel-compilation", "cranelift", "pooling-allocator", "vtune"]} wasmtime-wasi = "6.0.1" multimap = "0.8.3" -paste = "1.0.9" +paste = "1.0.13" anyhow = "1.0.68" log = "0.4.19" diff --git a/marine-js/Cargo.toml b/marine-js/Cargo.toml index 28835e96..cb697b17 100644 --- a/marine-js/Cargo.toml +++ b/marine-js/Cargo.toml @@ -36,7 +36,7 @@ serde_json = "1.0.89" serde_derive = "1.0.147" log = "0.4.19" toml = "0.5.9" -paste = "1.0.9" +paste = "1.0.13" anyhow = "1.0.66" thiserror = "1.0.37" maplit = "1.0.2"