Skip to content

Commit 662811b

Browse files
chore(deps): bump bytes from 0.5.6 to 1.0.0
Bumps [bytes](https://github.com/tokio-rs/bytes) from 0.5.6 to 1.0.0. - [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.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d62b12 commit 662811b

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -133,7 +133,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
133133
rand = { version = "0.8.0", features = ["small_rng"] }
134134
rand_distr = "0.4.0"
135135
regex = "1.3.9"
136-
bytes = { version = "0.5.6", features = ["serde"] }
136+
bytes = { version = "1.0.0", features = ["serde"] }
137137
stream-cancel = "0.6.2"
138138
hyper = "0.13"
139139
hyper-openssl = "0.8"

lib/codec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
publish = false
77

88
[dependencies]
9-
bytes = "0.5"
9+
bytes = "1.0"
1010
tokio-util = { version = "0.3.1", features = ["codec"] }
1111
tracing = "0.1.15"
1212

lib/file-source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
publish = false
77

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

lib/remap-cli/Cargo.toml

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

1212
[dependencies]
13-
bytes = "0.5.6"
13+
bytes = "1.0.0"
1414
remap = { package = "remap-lang", path = "../remap-lang" }
1515
remap-functions = { path = "../remap-functions" }
1616
serde_json = "1"

lib/remap-functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
remap = { package = "remap-lang", path = "../remap-lang" }
1010

11-
bytes = { version = "0.5.6", optional = true }
11+
bytes = { version = "1.0.0", optional = true }
1212
chrono = { version = "0.4", optional = true }
1313
cidr-utils = { version = "0.5", optional = true }
1414
grok = { version = "1", optional = true }

lib/remap-lang/Cargo.toml

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

88
[dependencies]
99
bitflags = "1"
10-
bytes = "0.5.6"
10+
bytes = "1.0.0"
1111
chrono = "0.4"
1212
dyn-clone = "1"
1313
paste = "1"

lib/shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
publish = false
77

88
[dependencies]
9-
bytes = { version = "0.5.6", optional = true }
9+
bytes = { version = "1.0.0", optional = true }
1010
chrono = { version = "0.4", optional = true }
1111
nom = { version = "6", optional = true }
1212
serde = { version = "1.0.117", optional = true }

0 commit comments

Comments
 (0)