Skip to content

Commit

Permalink
Merge pull request #834 from urkle/feat-update-secrecy
Browse files Browse the repository at this point in the history
update secrecy dependency
  • Loading branch information
sunli829 committed Feb 21, 2022
2 parents b94394b + e34630e commit a278cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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"] }
Expand Down

0 comments on commit a278cc1

Please sign in to comment.