regenerate drive3 API to pull in the latest google-apis-common crate

This commit is contained in:
Sebastian Thiel
2022-10-10 09:26:32 +08:00
parent 913087c1dc
commit 7986ffddd4

View File

@@ -23,7 +23,7 @@ mime = "^ 0.2.0"
serde = { version = "^ 1.0", features = ["derive"] }
serde_json = "^ 1.0"
itertools = "^ 0.10"
google-apis-common = { path = "../../google-apis-common", version = "4.0" }
google-apis-common = { path = "../../google-apis-common", version = "5.0" }
hyper = "^ 0.14"
http = "^0.2"
tokio = "^1.0"