From 3a268d7bd07843f7d4839e936d5ba89f5a17d9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:25:08 +0000 Subject: [PATCH] build(deps): Bump thingbuf from 0.1.5 to 0.1.6 Bumps [thingbuf](https://github.com/hawkw/thingbuf) from 0.1.5 to 0.1.6. - [Release notes](https://github.com/hawkw/thingbuf/releases) - [Changelog](https://github.com/hawkw/thingbuf/blob/main/CHANGELOG.md) - [Commits](https://github.com/hawkw/thingbuf/compare/v0.1.5...v0.1.6) --- updated-dependencies: - dependency-name: thingbuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- linkerd/tracing/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06062c5e39..9c1eeea115 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3187,9 +3187,9 @@ dependencies = [ [[package]] name = "thingbuf" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92f403074a8324367aa1dd1902a2b76006888d22ef1699e4c8a5ebf1e2077caa" +checksum = "662b54ef6f7b4e71f683dadc787bbb2d8e8ef2f91b682ebed3164a5a7abca905" dependencies = [ "parking_lot", "pin-project", diff --git a/linkerd/tracing/Cargo.toml b/linkerd/tracing/Cargo.toml index c4c5c0513a..1e6ee794e1 100644 --- a/linkerd/tracing/Cargo.toml +++ b/linkerd/tracing/Cargo.toml @@ -14,7 +14,7 @@ stream = ["thingbuf", "slab"] [dependencies] linkerd-error = { path = "../error" } slab = { version = "0.4", optional = true } -thingbuf = { version = "0.1.5", features = ["std"], optional = true } +thingbuf = { version = "0.1.6", features = ["std"], optional = true } tokio = { version = "1", features = ["time"] } tracing = "0.1" tracing-log = "0.2"