Skip to content

Commit

Permalink
Merge pull request #852 from f1shl3gs/dependabot/cargo/bstr-1.4.0
Browse files Browse the repository at this point in the history
chore(deps): bump bstr from 1.3.0 to 1.4.0
  • Loading branch information
f1shl3gs committed Mar 20, 2023
2 parents bddc425 + 1d28ef9 commit 1beb10f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -22,7 +22,7 @@ chrono = { version = "0.4.24", features = ["serde"] }
dashmap = { version = "5.2", default-features = false }
serde_json = { version = "1.0.94" }
bytes = { version = "1.4.0" }
bstr = { version = "1.3.0", default-features = false }
bstr = { version = "1.4.0", default-features = false }
tokio = { version = "1.26.0", default-features = false, features = ["rt", "macros"] }
glob = { version = "0.3.1" }
tracing = { version = "0.1.37", default-features = false }
Expand Down

0 comments on commit 1beb10f

Please sign in to comment.