Skip to content

Commit

Permalink
Bump beef from 0.4.4 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [beef](https://github.com/maciejhirsz/beef) from 0.4.4 to 0.5.0.
- [Release notes](https://github.com/maciejhirsz/beef/releases)
- [Commits](maciejhirsz/beef@v0.4.4...v0.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 27, 2021
1 parent 532740d commit f23f24e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tremor-pipeline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion tremor-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tremor-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit f23f24e

Please sign in to comment.