Skip to content

Commit

Permalink
chore: update tao to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Jan 11, 2023
1 parent 5b3945e commit a27a66b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/tao-0.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wry": "patch"
---

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

[dev-dependencies]
Expand Down

0 comments on commit a27a66b

Please sign in to comment.