mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update common dependencies to latest version
There were some (breaking) changes in these dependencies and the required versions changed. On the bright side, both common crates are now in the 5.0 range.
This commit is contained in:
@@ -26,7 +26,7 @@ mime = "^ 0.3.0"
|
||||
serde = { version = "^ 1.0", features = ["derive"] }
|
||||
serde_json = "^ 1.0"
|
||||
itertools = "^ 0.10"
|
||||
google-clis-common = { path = "../../google-clis-common", version = "4.0" }
|
||||
google-clis-common = { path = "../../google-clis-common", version = "5.0" }
|
||||
strsim = "^0.5"
|
||||
clap = "^2.0"
|
||||
http = "^0.2"
|
||||
|
||||
@@ -23,7 +23,7 @@ mime = "^ 0.3.0"
|
||||
serde = { version = "^ 1.0", features = ["derive"] }
|
||||
serde_json = "^ 1.0"
|
||||
itertools = "^ 0.10"
|
||||
google-apis-common = { path = "../../google-apis-common", version = "5.0" }
|
||||
google-apis-common = { path = "../../google-apis-common", version = "5.0.1" }
|
||||
hyper = "^ 0.14"
|
||||
http = "^0.2"
|
||||
tokio = "^1.0"
|
||||
|
||||
Reference in New Issue
Block a user