Skip to content

Commit

Permalink
fix(deps): update rust crate tao to 0.8.2 (#551)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 25, 2022
1 parent bf28167 commit d30479e
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 @@ -48,7 +48,7 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"
url = "2.2"
tao = { version = "0.8.1", default-features = false, features = [ "serde" ] }
tao = { version = "0.8.2", default-features = false, features = [ "serde" ] }
http = "0.2.6"

[dev-dependencies]
Expand Down

0 comments on commit d30479e

Please sign in to comment.