Skip to content

Commit b691655

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 f4ff6fa commit b691655

9 files changed

Lines changed: 19 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 11 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
@@ -150,7 +150,7 @@ avro-rs = { version = "0.13.0", optional = true }
150150
base64 = { version = "0.13.0", optional = true }
151151
bloom = { version = "0.3.2", optional = true }
152152
bollard = { version = "0.9.1", features = ["ssl"], optional = true }
153-
bytes = { version = "0.5.6", features = ["serde"] }
153+
bytes = { version = "1.0.1", features = ["serde"] }
154154
bytesize = { version = "1.0.0", optional = true }
155155
chrono = { version = "0.4.19", features = ["serde"] }
156156
cidr-utils = "0.5.0"

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
@@ -8,7 +8,7 @@ license = "MIT"
88

99
[dependencies]
1010
bstr = "0.2"
11-
bytes = "0.5"
11+
bytes = "1.0"
1212
chrono = { version = "0.4.19", features = ["serde"] }
1313
crc = "1.8.1"
1414
dashmap = "4.0.0"

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 }

lib/vrl/cli/Cargo.toml

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

1313
[dependencies]
1414
vrl = { path = "../core" }
15-
bytes = "0.5.6"
15+
bytes = "1.0.1"
1616
exitcode = "1"
1717
prettytable-rs = { version = "0.8", default-features = false, optional = true }
1818
regex = { version = "1", default-features = false, optional = true }

lib/vrl/compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ diagnostic = { package = "vrl-diagnostic", path = "../diagnostic" }
1010
parser = { package = "vrl-parser", path = "../parser" }
1111

1212
bitflags = "1"
13-
bytes = "0.5.6"
13+
bytes = "1.0.1"
1414
chrono = "0.4"
1515
lalrpop-util = "0.19"
1616
ngrammatic = "0.3"

lib/vrl/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ compiler = { package = "vrl-compiler", path = "../compiler" }
1010
diagnostic = { package = "vrl-diagnostic", path = "../diagnostic" }
1111
parser = { package = "vrl-parser", path = "../parser" }
1212

13-
bytes = "0.5.6"
13+
bytes = "1.0.1"
1414
indoc = "1"
1515
ordered-float = "2"
1616
thiserror = "1"

lib/vrl/stdlib/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
vrl = { path = "../core" }
1111

1212
base64 = { version = "0.13", 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 }

0 commit comments

Comments
 (0)