Skip to content

Commit

Permalink
Merge pull request #508 from M4SS-Code/itertools-0.13
Browse files Browse the repository at this point in the history
Bump itertools to 0.13
  • Loading branch information
Byron authored Jun 12, 2024
2 parents 46490ae + 20893b5 commit 46107ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-apis-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ url = "2.0"
percent-encoding = "2.0"

yup-oauth2 = { version = "9", optional = true }
itertools = "^ 0.12"
itertools = "0.13"
hyper = { version = "^ 0.14", features = ["client", "http2"] }
http = "^0.2"
tokio = { version = "^1.0", features = ["time"] }
Expand Down
2 changes: 1 addition & 1 deletion src/generator/templates/Cargo.toml.mako
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ hyper-rustls = "0.25.0"
mime = "^ 0.3.0"
serde = { version = "^ 1.0", features = ["derive"] }
serde_json = "^ 1.0"
itertools = "^ 0.10"
itertools = "0.13"
% if cargo.get('is_executable', False):
google-clis-common = { path = "../../google-clis-common", version = "6.0" }
% else:
Expand Down

0 comments on commit 46107ff

Please sign in to comment.