Skip to content

Commit 252b8ae

Browse files
chore(deps): bump bytes from 0.5.6 to 1.0.1
Bumps [bytes](https://github.com/tokio-rs/bytes) from 0.5.6 to 1.0.1. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v0.5.6...v1.0.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent e505ae9 commit 252b8ae

8 files changed

Lines changed: 22 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
136136
rand = { version = "0.8.0", features = ["small_rng"] }
137137
rand_distr = "0.4.0"
138138
regex = "1.3.9"
139-
bytes = { version = "0.5.6", features = ["serde"] }
139+
bytes = { version = "1.0.1", features = ["serde"] }
140140
stream-cancel = "0.6.2"
141141
hyper = "0.13"
142142
hyper-openssl = "0.8"

lib/codec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
license = "MPL-2.0"
88

99
[dependencies]
10-
bytes = "0.5"
10+
bytes = "1.0"
1111
tokio-util = { version = "0.3.1", features = ["codec"] }
1212
tracing = "0.1.15"
1313

lib/file-source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
license = "MIT"
88

99
[dependencies]
10-
bytes = "0.5"
10+
bytes = "1.0"
1111
crc = "1.8.1"
1212
futures = { version = "0.3", default-features = false, features = ["executor"] }
1313
glob = "0.3.0"

lib/remap-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "vrl"
1111
path = "src/main.rs"
1212

1313
[dependencies]
14-
bytes = "0.5.6"
14+
bytes = "1.0.1"
1515
regex = { version = "1.3.9", default-features = false, optional = true }
1616
remap = { package = "remap-lang", path = "../remap-lang" }
1717
remap-functions = { path = "../remap-functions" }

lib/remap-functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MPL-2.0"
1010
remap = { package = "remap-lang", path = "../remap-lang" }
1111

1212
base64 = { version = "0.13.0", optional = true }
13-
bytes = { version = "0.5.6", optional = true }
13+
bytes = { version = "1.0.1", optional = true }
1414
chrono = { version = "0.4", optional = true }
1515
cidr-utils = { version = "0.5", optional = true }
1616
grok = { version = "1", optional = true }

lib/remap-lang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MPL-2.0"
88

99
[dependencies]
1010
bitflags = "1"
11-
bytes = "0.5.6"
11+
bytes = "1.0.1"
1212
chrono = "0.4"
1313
codespan-reporting = "0.11"
1414
dyn-clone = "1"

lib/shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
license = "MPL-2.0"
88

99
[dependencies]
10-
bytes = { version = "0.5.6", optional = true }
10+
bytes = { version = "1.0.1", optional = true }
1111
chrono = { version = "0.4", optional = true }
1212
nom = { version = "6", optional = true }
1313
serde = { version = "1.0.117", optional = true }

0 commit comments

Comments
 (0)