Skip to content

Commit

Permalink
chore(deps): bump minitrace from 0.5.1 to 0.6.1 (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy authored Nov 1, 2023
1 parent 0282e75 commit aaae6d7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
24 changes: 20 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ madsim = { version = "0.2.21", optional = true }
md-5 = "0.10"
metrics = { version = "0.20", optional = true }
mini-moka = { version = "0.10", optional = true }
minitrace = { version = "0.5", optional = true }
minitrace = { version = "0.6", optional = true }
moka = { version = "0.10", optional = true, features = ["future"] }
mongodb = { version = "2.7.0", optional = true, features = ["tokio-runtime"] }
mysql_async = { version = "0.32.2", optional = true }
Expand Down Expand Up @@ -301,7 +301,7 @@ uuid = { version = "1", features = ["serde", "v4"] }
criterion = { version = "0.4", features = ["async", "async_tokio"] }
dotenvy = "0.15"
libtest-mimic = "0.6"
minitrace = { version = "0.5", features = ["enable"] }
minitrace = { version = "0.6", features = ["enable"] }
opentelemetry = { version = "0.20", default-features = false, features = [
"trace",
] }
Expand Down

0 comments on commit aaae6d7

Please sign in to comment.