Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46490ae + 20893b5 commit 46107ffCopy full SHA for 46107ff
2 files changed
google-apis-common/Cargo.toml
@@ -27,7 +27,7 @@ url = "2.0"
27
percent-encoding = "2.0"
28
29
yup-oauth2 = { version = "9", optional = true }
30
-itertools = "^ 0.12"
+itertools = "0.13"
31
hyper = { version = "^ 0.14", features = ["client", "http2"] }
32
http = "^0.2"
33
tokio = { version = "^1.0", features = ["time"] }
src/generator/templates/Cargo.toml.mako
@@ -32,7 +32,7 @@ hyper-rustls = "0.25.0"
mime = "^ 0.3.0"
serde = { version = "^ 1.0", features = ["derive"] }
34
serde_json = "^ 1.0"
35
-itertools = "^ 0.10"
36
% if cargo.get('is_executable', False):
37
google-clis-common = { path = "../../google-clis-common", version = "6.0" }
38
% else:
0 commit comments