Skip to content

Commit 04a3a6a

Browse files
dependabot[bot]benfdking
authored andcommitted
chore: bump bytes from 1.7.2 to 1.8.0
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.2 to 1.8.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.7.2...v1.8.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 891bf0d commit 04a3a6a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: rust/pbjson-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/influxdata/pbjson"
1111
exclude = ["protos/*"]
1212

1313
[dependencies] # In alphabetical order
14-
bytes = "1.6"
14+
bytes = "1.8"
1515
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
1616
pbjson = { version = "0.7" }
1717
prost = "0.13"

0 commit comments

Comments
 (0)