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:
Sebastian Thiel
2022-10-20 13:35:14 +08:00
parent 83072adb69
commit 2f38895f83
3 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"