Skip to content

Commit

Permalink
build(deps): Bump thingbuf from 0.1.5 to 0.1.6
Browse files Browse the repository at this point in the history
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](hawkw/thingbuf@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
1 parent 83c3e1e commit 3a268d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion linkerd/tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3a268d7

Please sign in to comment.