From 8a6035f2f1f9d81895926dd8e612542570c5617f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:17:38 +0300 Subject: [PATCH] chore(deps): update rust crate log to 0.4.20 (#374) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/Cargo.toml | 2 +- crates/fluence-app-service/Cargo.toml | 2 +- crates/js-backend/Cargo.toml | 2 +- crates/wasmtime-backend/Cargo.toml | 2 +- marine-js/Cargo.toml | 2 +- marine/Cargo.toml | 2 +- tools/cli/Cargo.toml | 2 +- tools/repl/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 7e9fea95a..d0d51a5f3 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -30,7 +30,7 @@ multimap = "0.8.3" once_cell = "1.16.0" semver = "1.0.14" serde = "1.0.147" -log = "0.4.19" +log = "0.4.20" paste = "1.0.14" diff --git a/crates/fluence-app-service/Cargo.toml b/crates/fluence-app-service/Cargo.toml index 8386e9117..82b2fc311 100644 --- a/crates/fluence-app-service/Cargo.toml +++ b/crates/fluence-app-service/Cargo.toml @@ -13,7 +13,7 @@ marine-wasm-backend-traits = {path = "../wasm-backend-traits", version = "0.3.0" marine-wasmtime-backend = { path = "../wasmtime-backend", version = "0.3.0"} maplit = "1.0.2" -log = "0.4.19" +log = "0.4.20" serde = "1.0.147" serde_derive = "1.0.147" serde_json = "1.0.89" diff --git a/crates/js-backend/Cargo.toml b/crates/js-backend/Cargo.toml index df9d1715c..3b3f24aa8 100644 --- a/crates/js-backend/Cargo.toml +++ b/crates/js-backend/Cargo.toml @@ -17,7 +17,7 @@ web-sys = { version = "0.3.61", features = ["console"] } anyhow = "1.0.70" paste = "1.0.14" maplit = "1.0.2" -log = "0.4.17" +log = "0.4.20" typed-index-collections = "3.1.0" derive_more = "0.99.17" wasmparser = "0.110.0" diff --git a/crates/wasmtime-backend/Cargo.toml b/crates/wasmtime-backend/Cargo.toml index 446a6e1e6..334a8cc77 100644 --- a/crates/wasmtime-backend/Cargo.toml +++ b/crates/wasmtime-backend/Cargo.toml @@ -17,4 +17,4 @@ wasmtime-wasi = "6.0.1" multimap = "0.8.3" paste = "1.0.14" anyhow = "1.0.71" -log = "0.4.19" +log = "0.4.20" diff --git a/marine-js/Cargo.toml b/marine-js/Cargo.toml index 055a34bc9..a8fd384af 100644 --- a/marine-js/Cargo.toml +++ b/marine-js/Cargo.toml @@ -21,4 +21,4 @@ maplit = "1.0.2" web-sys = {version = "0.3.61", features = ["console"]} js-sys = "0.3.63" wasm-bindgen-console-logger = "0.1.1" -log = "0.4.17" \ No newline at end of file +log = "0.4.20" \ No newline at end of file diff --git a/marine/Cargo.toml b/marine/Cargo.toml index 769fed857..8fb098f27 100644 --- a/marine/Cargo.toml +++ b/marine/Cargo.toml @@ -31,7 +31,7 @@ serde_derive = "1.0.147" serde_with = "2.1.0" bytesize = {version = "1.2.0", features = ["serde"]} itertools = "0.10.5" -log = "0.4.19" +log = "0.4.20" safe-transmute = "0.11.2" thiserror = "1.0.37" parking_lot = "0.12.1" diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index c23bce1d6..35de10dc7 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -32,7 +32,7 @@ exitfailure = "0.5.1" serde = "1.0.147" serde_json = "1.0.89" termion = "1.5.6" -log = "0.4.19" +log = "0.4.20" env_logger = "0.10.0" [features] diff --git a/tools/repl/Cargo.toml b/tools/repl/Cargo.toml index 3fe7a7418..b66c0cc38 100644 --- a/tools/repl/Cargo.toml +++ b/tools/repl/Cargo.toml @@ -23,7 +23,7 @@ serde_json = "1.0.89" env_logger = "0.10.0" check-latest = { version = "1.0.1", optional = true } -log = "0.4.19" +log = "0.4.20" rustyline = { version = "10.0.0", features = ["with-fuzzy"] } rustyline-derive = "0.7.0" rustop = "1.1.2"