Skip to content

Commit

Permalink
chore(deps): update tao to 0.21 (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Jul 14, 2023
1 parent 87b331a commit a47e36b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .cargo/tao-0.21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wry": minor
---

Update tao to 0.21.
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.4"
tao = { version = "0.20", default-features = false, features = [ "serde" ] }
tao = { version = "0.21", default-features = false, features = [ "serde" ] }
http = "0.2.9"

[dev-dependencies]
Expand Down

0 comments on commit a47e36b

Please sign in to comment.