Merge pull request #834 from urkle/feat-update-secrecy

update secrecy dependency
This commit is contained in:
Sunli 2022-02-21 19:32:04 +08:00 committed by GitHub
commit a16c371144
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ chrono-tz = { version = "0.5.3", optional = true }
hashbrown = { version = "0.12.0", optional = true }
iso8601-duration = { version = "0.1.0", optional = true }
log = { version = "0.4.14", optional = true }
secrecy = { version = "0.7.0", optional = true }
secrecy = { version = "0.8.0", optional = true }
tracinglib = { version = "0.1.25", optional = true, package = "tracing" }
tracing-futures = { version = "0.2.5", optional = true, features = ["std-future", "futures-03"] }
opentelemetry = { version = "0.17.0", optional = true, default-features = false, features = ["trace"] }