Skip to content

Commit

Permalink
chore(deps): update tao to 0.14 (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Sep 13, 2022
1 parent 9e783b4 commit 3a91376
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/tao.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wry": patch
---

Updated tao to `0.14`
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"
url = "2.3"
tao = { version = "0.13.3", default-features = false, features = [ "serde" ] }
tao = { version = "0.14", default-features = false, features = [ "serde" ] }
http = "0.2.8"

[dev-dependencies]
Expand Down

0 comments on commit 3a91376

Please sign in to comment.