add fs feature to tokio in az-auth

This commit is contained in:
Ubuntu 2022-10-17 17:57:46 +00:00
parent 45a48f264f
commit 85658111da

View file

@ -17,7 +17,7 @@ reqwest = {version = "0.11.12", features = ["json"]}
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.86"
thiserror = "1.0.37"
tokio = "1.21.2"
tokio = { version = "1.21.2", features = ["fs"] }
uuid = "^1.1.2"
[dev-dependencies]