Skip to content

Commit b0ab944

Browse files
Bump bytes from 1.1.0 to 1.2.0 (#1487)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.2.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@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e8d674 commit b0ab944

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

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

nexus/test-utils/Cargo.toml

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

77
[dependencies]
88
anyhow = "1.0"
9-
bytes = "1.0.1"
9+
bytes = "1.2.0"
1010
chrono = { version = "0.4", features = [ "serde" ] }
1111
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }
1212
headers = "0.3.7"

oximeter/db/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
[dependencies]
99
anyhow = "1.0"
1010
async-trait = "0.1.53"
11-
bytes = { version = "1.0.1", features = [ "serde" ] }
11+
bytes = { version = "1.2.0", features = [ "serde" ] }
1212
chrono = { version = "0.4.19", features = [ "serde" ] }
1313
clap = { version = "3.2", features = ["derive"] }
1414
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }

oximeter/oximeter-macro-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MPL-2.0"
99
proc-macro = true
1010

1111
[dependencies.bytes]
12-
version = "1.0.1"
12+
version = "1.2.0"
1313
features = ["serde"]
1414

1515
[dependencies.proc-macro2]

oximeter/oximeter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "MPL-2.0"
77

88
[dependencies]
9-
bytes = { version = "1.0.1", features = [ "serde" ] }
9+
bytes = { version = "1.2.0", features = [ "serde" ] }
1010
chrono = { version = "0.4.19", features = [ "serde" ] }
1111
num-traits = "0.2.15"
1212
oximeter-macro-impl = { path = "../oximeter-macro-impl" }

sled-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MPL-2.0"
99
anyhow = "1.0.58"
1010
async-trait = "0.1.53"
1111
bincode = "1.3.3"
12-
bytes = "1.1"
12+
bytes = "1.2"
1313
cfg-if = "1.0"
1414
chrono = { version = "0.4", features = [ "serde" ] }
1515
clap = { version = "3.2", features = ["derive"] }

0 commit comments

Comments
 (0)