Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46107ff

Browse files
authored
Merge pull request Byron#508 from M4SS-Code/itertools-0.13
Bump itertools to 0.13
2 parents 46490ae + 20893b5 commit 46107ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

google-apis-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ url = "2.0"
2727
percent-encoding = "2.0"
2828

2929
yup-oauth2 = { version = "9", optional = true }
30-
itertools = "^ 0.12"
30+
itertools = "0.13"
3131
hyper = { version = "^ 0.14", features = ["client", "http2"] }
3232
http = "^0.2"
3333
tokio = { version = "^1.0", features = ["time"] }

src/generator/templates/Cargo.toml.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ hyper-rustls = "0.25.0"
3232
mime = "^ 0.3.0"
3333
serde = { version = "^ 1.0", features = ["derive"] }
3434
serde_json = "^ 1.0"
35-
itertools = "^ 0.10"
35+
itertools = "0.13"
3636
% if cargo.get('is_executable', False):
3737
google-clis-common = { path = "../../google-clis-common", version = "6.0" }
3838
% else:

0 commit comments

Comments
 (0)