From f23f24e2cb01f68461ff3c9adac55545dbdd450d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 04:39:05 +0000 Subject: [PATCH] Bump beef from 0.4.4 to 0.5.0 Bumps [beef](https://github.com/maciejhirsz/beef) from 0.4.4 to 0.5.0. - [Release notes](https://github.com/maciejhirsz/beef/releases) - [Commits](https://github.com/maciejhirsz/beef/compare/v0.4.4...v0.5.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- tremor-pipeline/Cargo.toml | 2 +- tremor-script/Cargo.toml | 2 +- tremor-value/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88d1926424..04e59dfc4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -500,9 +500,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "beef" -version = "0.4.4" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "474a626a67200bd107d44179bb3d4fc61891172d11696609264589be6a0e6a43" +checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 979babce3f..d68ac4e15a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ async-std = {version = "1.9.0", features = ["unstable", "attributes", "tokio03"] async-trait = "0.1" async-tungstenite = {version = "0.12.0", features = ["async-std-runtime"]} base64 = "0.13" -beef = {version = "0.4", features = ["impl_serde"]} +beef = {version = "0.5", features = ["impl_serde"]} byteorder = "1" bytes = "1.0" chrono = "0.4" diff --git a/tremor-pipeline/Cargo.toml b/tremor-pipeline/Cargo.toml index 723ddf116e..d7fe9ad2f3 100644 --- a/tremor-pipeline/Cargo.toml +++ b/tremor-pipeline/Cargo.toml @@ -29,7 +29,7 @@ tremor-script = {path = "../tremor-script"} url = "2.2.0" value-trait = "0.1" window = {git = "https://github.com/tremor-rs/window.git", tag = "v0.1.1"} -beef = {version = "0.4", features = ["impl_serde"]} +beef = {version = "0.5", features = ["impl_serde"]} rust-bert = {version = "0.10.0", optional = true} [dev-dependencies] diff --git a/tremor-script/Cargo.toml b/tremor-script/Cargo.toml index 73f238c822..cffd31b248 100644 --- a/tremor-script/Cargo.toml +++ b/tremor-script/Cargo.toml @@ -22,7 +22,7 @@ name = "tremor_script" [dependencies] atty = "0.2" base64 = "0.13" -beef = {version = "0.4", features = ["impl_serde"]} +beef = {version = "0.5", features = ["impl_serde"]} byteorder = "1.4" chrono = "0.4" cidr-utils = "0.5" diff --git a/tremor-value/Cargo.toml b/tremor-value/Cargo.toml index 2f1780f574..4ac0283e5c 100644 --- a/tremor-value/Cargo.toml +++ b/tremor-value/Cargo.toml @@ -15,7 +15,7 @@ value-trait = { version = "0.1", features = ["custom-types"] } simd-json = "0.3" serde = "1.0" halfbrown = "0.1" -beef = "0.4" +beef = "0.5" simd-json-derive = "0.1" base64 = "0.13"