Skip to content

Commit

Permalink
chore(deps): bump tracing-test from 0.2.4 to 0.2.5 (#1769)
Browse files Browse the repository at this point in the history
Bumps [tracing-test](https://github.com/dbrgn/tracing-test) from 0.2.4 to 0.2.5.
- [Changelog](https://github.com/dbrgn/tracing-test/blob/main/CHANGELOG.md)
- [Commits](dbrgn/tracing-test@v0.2.4...v0.2.5)

---
updated-dependencies:
- dependency-name: tracing-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 2, 2024
1 parent 416e062 commit 096eaa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/tail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ quickcheck = { version = "1.0.3", default-features = false }
tokio = { version = "1.38.0", default-features = false, features = ["test-util", "macros", "rt-multi-thread"] }
testify = { path = "../testify" }
criterion = { version = "0.5.1", default-features = false }
tracing-test = { version = "0.2.4" }
tracing-test = { version = "0.2.5" }

[dependencies]
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 096eaa5

Please sign in to comment.