Skip to content

Commit

Permalink
Update tao to 0.12 (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngo Iok Ui (Wu Yu Wei) committed Jun 28, 2022
1 parent 6f20268 commit 448837e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/tao12.md
@@ -0,0 +1,5 @@
---
wry: "minor"
---

Update tao to 0.12
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -40,7 +40,7 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"
url = "2.2"
tao = { version = "0.11", default-features = false, features = [ "serde" ] }
tao = { version = "0.12", default-features = false, features = [ "serde" ] }
http = "0.2.7"

[dev-dependencies]
Expand Down

0 comments on commit 448837e

Please sign in to comment.