Skip to content

Commit

Permalink
chore: explicitly depend on tracing-subscriber >= 0.3.16 due to trans…
Browse files Browse the repository at this point in the history
…itive rust dependency alert. Fixes #62
  • Loading branch information
jsantell committed May 23, 2023
1 parent f9e0aec commit fa2983a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resolver = "2"
anyhow = { version = "1" }
subtext = { version = "0.3.4" }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = ["env-filter", "tracing-log"] }
tracing-subscriber = { version = "~0.3.16", features = ["env-filter", "tracing-log"] }
thiserror = { version = "1" }
instant = { version = "0.1" }
gloo-timers = { version = "0.2", features = ["futures"] }
Expand Down

0 comments on commit fa2983a

Please sign in to comment.