Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump itertools from 0.9.0 to 0.10.0 #354

Merged
merged 1 commit into from
Dec 29, 2020
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2020

Bumps itertools from 0.9.0 to 0.10.0.

Changelog

Sourced from itertools's changelog.

0.10.0

  • Increase minimum supported Rust version to 1.32.0
  • Improve macro hygiene (#507)
  • Add Itertools::powerset (#335)
  • Add Itertools::sorted_unstable, Itertools::sorted_unstable_by, and Itertools::sorted_unstable_by_key (#494)
  • Implement Error for ExactlyOneError (#484)
  • Undeprecate Itertools::fold_while (#476)
  • Tuple-related adapters work for tuples of arity up to 12 (#475)
  • use_alloc feature for users who have alloc, but not std (#474)
  • Add Itertools::k_smallest (#473)
  • Add Itertools::into_grouping_map and GroupingMap (#465)
  • Add Itertools::into_grouping_map_by and GroupingMapBy (#465)
  • Add Itertools::counts (#468)
  • Add implementation of DoubleEndedIterator for Unique (#442)
  • Add implementation of DoubleEndedIterator for UniqueBy (#442)
  • Add implementation of DoubleEndedIterator for Zip (#346)
  • Add Itertools::multipeek (#435)
  • Add Itertools::dedup_with_count and DedupWithCount (#423)
  • Add Itertools::dedup_by_with_count and DedupByWithCount (#423)
  • Add Itertools::intersperse_with and IntersperseWith (#381)
  • Add Itertools::filter_ok and FilterOk (#377)
  • Add Itertools::filter_map_ok and FilterMapOk (#377)
  • Deprecate Itertools::fold_results, use Itertools::fold_ok instead (#377)
  • Deprecate Itertools::map_results, use Itertools::map_ok instead (#377)
  • Deprecate FoldResults, use FoldOk instead (#377)
  • Deprecate MapResults, use MapOk instead (#377)
  • Add Itertools::circular_tuple_windows and CircularTupleWindows (#350)
  • Add peek_nth and PeekNth (#303)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 28, 2020
@github-actions
Copy link
Contributor

🤠 Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu 🤠

@@ Size breakdown @@

Size       3.18 MB
Text size  3.18 MB

No changes to crate sizes

Dependency tree
@@ Dependency tree @@
Count: 446

├─ clap v2.33.3
│  ├─ ansi_term v0.11.0
│  ├─ atty v0.2.14
│  │  └─ libc v0.2.81
│  ├─ bitflags v1.2.1
│  ├─ strsim v0.8.0
│  ├─ textwrap v0.11.0
│  │  └─ unicode-width v0.1.7
│  ├─ unicode-width v0.1.7
│  └─ vec_map v0.8.2
├─ crossbeam-channel v0.5.0
│  ├─ cfg-if v1.0.0
│  └─ crossbeam-utils v0.8.0
│     ├─ cfg-if v1.0.0
│     ├─ const_fn v0.4.2
│     ├─ lazy_static v1.4.0
│     └─ autocfg v1.0.0
├─ derive_builder v0.9.0
│  ├─ darling v0.10.2
│  │  ├─ darling_core v0.10.2
│  │  │  ├─ fnv v1.0.7
│  │  │  ├─ ident_case v1.0.1
│  │  │  ├─ proc-macro2 v1.0.17
│  │  │  │  └─ unicode-xid v0.2.0
│  │  │  ├─ quote v1.0.6
│  │  │  │  └─ proc-macro2 v1.0.17 
│  │  │  ├─ strsim v0.9.3
│  │  │  └─ syn v1.0.33
│  │  │     ├─ proc-macro2 v1.0.17 
│  │  │     ├─ quote v1.0.6 
│  │  │     └─ unicode-xid v0.2.0
│  │  └─ darling_macro v0.10.2
│  │     ├─ darling_core v0.10.2 
│  │     ├─ quote v1.0.6 
│  │     └─ syn v1.0.33 
│  ├─ derive_builder_core v0.9.0
│  │  ├─ darling v0.10.2 
│  │  ├─ proc-macro2 v1.0.17 
│  │  ├─ quote v1.0.6 
│  │  └─ syn v1.0.33 
│  ├─ proc-macro2 v1.0.17 
│  ├─ quote v1.0.6 
│  └─ syn v1.0.33 
├─ failure v0.1.8
│  ├─ backtrace v0.3.48
│  │  ├─ addr2line v0.12.1
│  │  │  └─ gimli v0.21.0
│  │  ├─ cfg-if v0.1.10
│  │  ├─ libc v0.2.81
│  │  ├─ object v0.19.0
│  │  └─ rustc-demangle v0.1.16
│  └─ failure_derive v0.1.8
│     ├─ proc-macro2 v1.0.17 
│     ├─ quote v1.0.6 
│     ├─ syn v1.0.33 
│     └─ synstructure v0.12.3
│        ├─ proc-macro2 v1.0.17 
│        ├─ quote v1.0.6 
│        ├─ syn v1.0.33 
│        └─ unicode-xid v0.2.0
├─ futures v0.1.29
├─ glob v0.3.0
├─ iptables v0.2.2
│  ├─ lazy_static v0.2.11
│  ├─ nix v0.7.0
│  │  ├─ bitflags v0.4.0
│  │  ├─ cfg-if v0.1.10
│  │  ├─ libc v0.2.81
│  │  ├─ void v1.0.2
│  │  ├─ rustc_version v0.1.7
│  │  │  └─ semver v0.1.20
│  │  └─ semver v0.1.20
│  └─ regex v0.2.11
│     ├─ aho-corasick v0.6.10
│     │  └─ memchr v2.3.3
│     ├─ memchr v2.3.3
│     ├─ regex-syntax v0.5.6
│     │  └─ ucd-util v0.1.8
│     ├─ thread_local v0.3.6
│     │  └─ lazy_static v1.4.0
│     └─ utf8-ranges v1.0.4
├─ lazy_static v1.4.0
├─ libc v0.2.81
├─ serde v1.0.118
│  └─ serde_derive v1.0.118
│     ├─ proc-macro2 v1.0.17 
│     ├─ quote v1.0.6 
│     └─ syn v1.0.33 
├─ shiplift v0.6.0
│  ├─ base64 v0.11.0
│  ├─ byteorder v1.3.4
│  ├─ bytes v0.4.12
│  │  ├─ byteorder v1.3.4
│  │  ├─ either v1.5.3
│  │  └─ iovec v0.1.4
│  │     └─ libc v0.2.81
│  ├─ chrono v0.4.11
│  │  ├─ num-integer v0.1.42
│  │  │  ├─ num-traits v0.2.11
│  │  │  │  └─ autocfg v1.0.0
│  │  │  └─ autocfg v1.0.0
│  │  ├─ num-traits v0.2.11 
│  │  ├─ serde v1.0.118 
│  │  └─ time v0.1.43
│  │     └─ libc v0.2.81
│  ├─ flate2 v1.0.14
│  │  ├─ cfg-if v0.1.10
│  │  ├─ crc32fast v1.2.0
│  │  │  └─ cfg-if v0.1.10
│  │  ├─ libc v0.2.81
│  │  └─ miniz_oxide v0.3.6
│  │     └─ adler32 v1.0.4
│  ├─ futures v0.1.29
│  ├─ http v0.1.21
│  │  ├─ bytes v0.4.12 
│  │  ├─ fnv v1.0.7
│  │  └─ itoa v0.4.5
│  ├─ hyper v0.12.35
│  │  ├─ bytes v0.4.12 
│  │  ├─ futures v0.1.29
│  │  ├─ futures-cpupool v0.1.8
│  │  │  ├─ futures v0.1.29
│  │  │  └─ num_cpus v1.13.0
│  │  │     └─ libc v0.2.81
│  │  ├─ h2 v0.1.26
│  │  │  ├─ byteorder v1.3.4
│  │  │  ├─ bytes v0.4.12 
│  │  │  ├─ fnv v1.0.7
│  │  │  ├─ futures v0.1.29
│  │  │  ├─ http v0.1.21 
│  │  │  ├─ indexmap v1.3.2
│  │  │  │  └─ autocfg v1.0.0
│  │  │  ├─ log v0.4.8
│  │  │  │  └─ cfg-if v0.1.10
│  │  │  ├─ slab v0.4.2
│  │  │  ├─ string v0.2.1
│  │  │  │  └─ bytes v0.4.12 
│  │  │  └─ tokio-io v0.1.13
│  │  │     ├─ bytes v0.4.12 
│  │  │     ├─ futures v0.1.29
│  │  │     └─ log v0.4.8 
│  │  ├─ http v0.1.21 
│  │  ├─ http-body v0.1.0
│  │  │  ├─ bytes v0.4.12 
│  │  │  ├─ futures v0.1.29
│  │  │  ├─ http v0.1.21 
│  │  │  └─ tokio-buf v0.1.1
│  │  │     ├─ bytes v0.4.12 
│  │  │     ├─ either v1.5.3
│  │  │     └─ futures v0.1.29
│  │  ├─ httparse v1.3.4
│  │  ├─ iovec v0.1.4 
│  │  ├─ itoa v0.4.5
│  │  ├─ log v0.4.8 
│  │  ├─ net2 v0.2.34
│  │  │  ├─ cfg-if v0.1.10
│  │  │  └─ libc v0.2.81
│  │  ├─ time v0.1.43 
│  │  ├─ tokio v0.1.22
│  │  │  ├─ bytes v0.4.12 
│  │  │  ├─ futures v0.1.29
│  │  │  ├─ mio v0.6.22
│  │  │  │  ├─ cfg-if v0.1.10
│  │  │  │  ├─ iovec v0.1.4 
│  │  │  │  ├─ libc v0.2.81
│  │  │  │  ├─ log v0.4.8 
│  │  │  │  ├─ net2 v0.2.34 
│  │  │  │  └─ slab v0.4.2
│  │  │  ├─ num_cpus v1.13.0 
│  │  │  ├─ tokio-codec v0.1.2
│  │  │  │  ├─ bytes v0.4.12 
│  │  │  │  ├─ futures v0.1.29
│  │  │  │  └─ tokio-io v0.1.13 
│  │  │  ├─ tokio-current-thread v0.1.7
│  │  │  │  ├─ futures v0.1.29
│  │  │  │  └─ tokio-executor v0.1.10
│  │  │  │     ├─ crossbeam-utils v0.7.2
│  │  │  │     │  ├─ cfg-if v0.1.10
│  │  │  │     │  ├─ lazy_static v1.4.0
│  │  │  │     │  └─ autocfg v1.0.0
│  │  │  │     └─ futures v0.1.29
│  │  │  ├─ tokio-executor v0.1.10 
│  │  │  ├─ tokio-fs v0.1.7
│  │  │  │  ├─ futures v0.1.29
│  │  │  │  ├─ tokio-io v0.1.13 
│  │  │  │  └─ tokio-threadpool v0.1.18
│  │  │  │     ├─ crossbeam-deque v0.7.3
│  │  │  │     │  ├─ crossbeam-epoch v0.8.2
│  │  │  │     │  │  ├─ cfg-if v0.1.10
│  │  │  │     │  │  ├─ crossbeam-utils v0.7.2 
│  │  │  │     │  │  ├─ lazy_static v1.4.0
│  │  │  │     │  │  ├─ maybe-uninit v2.0.0
│  │  │  │     │  │  ├─ memoffset v0.5.4
│  │  │  │     │  │  │  └─ autocfg v1.0.0
│  │  │  │     │  │  ├─ scopeguard v1.1.0
│  │  │  │     │  │  └─ autocfg v1.0.0
│  │  │  │     │  ├─ crossbeam-utils v0.7.2 
│  │  │  │     │  └─ maybe-uninit v2.0.0
│  │  │  │     ├─ crossbeam-queue v0.2.1
│  │  │  │     │  ├─ cfg-if v0.1.10
│  │  │  │     │  └─ crossbeam-utils v0.7.2 
│  │  │  │     ├─ crossbeam-utils v0.7.2 
│  │  │  │     ├─ futures v0.1.29
│  │  │  │     ├─ lazy_static v1.4.0
│  │  │  │     ├─ log v0.4.8 
│  │  │  │     ├─ num_cpus v1.13.0 
│  │  │  │     ├─ slab v0.4.2
│  │  │  │     └─ tokio-executor v0.1.10 
│  │  │  ├─ tokio-io v0.1.13 
│  │  │  ├─ tokio-reactor v0.1.12
│  │  │  │  ├─ crossbeam-utils v0.7.2 
│  │  │  │  ├─ futures v0.1.29
│  │  │  │  ├─ lazy_static v1.4.0
│  │  │  │  ├─ log v0.4.8 
│  │  │  │  ├─ mio v0.6.22 
│  │  │  │  ├─ num_cpus v1.13.0 
│  │  │  │  ├─ parking_lot v0.9.0
│  │  │  │  │  ├─ lock_api v0.3.4
│  │  │  │  │  │  └─ scopeguard v1.1.0
│  │  │  │  │  ├─ parking_lot_core v0.6.2
│  │  │  │  │  │  ├─ cfg-if v0.1.10
│  │  │  │  │  │  ├─ libc v0.2.81
│  │  │  │  │  │  ├─ smallvec v0.6.13
│  │  │  │  │  │  │  └─ maybe-uninit v2.0.0
│  │  │  │  │  │  └─ rustc_version v0.2.3
│  │  │  │  │  │     └─ semver v0.9.0
│  │  │  │  │  │        └─ semver-parser v0.7.0
│  │  │  │  │  └─ rustc_version v0.2.3 
│  │  │  │  ├─ slab v0.4.2
│  │  │  │  ├─ tokio-executor v0.1.10 
│  │  │  │  ├─ tokio-io v0.1.13 
│  │  │  │  └─ tokio-sync v0.1.8
│  │  │  │     ├─ fnv v1.0.7
│  │  │  │     └─ futures v0.1.29
│  │  │  ├─ tokio-sync v0.1.8 
│  │  │  ├─ tokio-tcp v0.1.4
│  │  │  │  ├─ bytes v0.4.12 
│  │  │  │  ├─ futures v0.1.29
│  │  │  │  ├─ iovec v0.1.4 
│  │  │  │  ├─ mio v0.6.22 
│  │  │  │  ├─ tokio-io v0.1.13 
│  │  │  │  └─ tokio-reactor v0.1.12 
│  │  │  ├─ tokio-threadpool v0.1.18 
│  │  │  ├─ tokio-timer v0.2.13
│  │  │  │  ├─ crossbeam-utils v0.7.2 
│  │  │  │  ├─ futures v0.1.29
│  │  │  │  ├─ slab v0.4.2
│  │  │  │  └─ tokio-executor v0.1.10 
│  │  │  ├─ tokio-udp v0.1.6
│  │  │  │  ├─ bytes v0.4.12 
│  │  │  │  ├─ futures v0.1.29
│  │  │  │  ├─ log v0.4.8 
│  │  │  │  ├─ mio v0.6.22 
│  │  │  │  ├─ tokio-codec v0.1.2 
│  │  │  │  ├─ tokio-io v0.1.13 
│  │  │  │  └─ tokio-reactor v0.1.12 
│  │  │  └─ tokio-uds v0.2.6
│  │  │     ├─ bytes v0.4.12 
│  │  │     ├─ futures v0.1.29
│  │  │     ├─ iovec v0.1.4 
│  │  │     ├─ libc v0.2.81
│  │  │     ├─ log v0.4.8 
│  │  │     ├─ mio v0.6.22 
│  │  │     ├─ mio-uds v0.6.8
│  │  │     │  ├─ iovec v0.1.4 
│  │  │     │  ├─ libc v0.2.81
│  │  │     │  └─ mio v0.6.22 
│  │  │     ├─ tokio-codec v0.1.2 
│  │  │     ├─ tokio-io v0.1.13 
│  │  │     └─ tokio-reactor v0.1.12 
│  │  ├─ tokio-buf v0.1.1 
│  │  ├─ tokio-executor v0.1.10 
│  │  ├─ tokio-io v0.1.13 
│  │  ├─ tokio-reactor v0.1.12 
│  │  ├─ tokio-tcp v0.1.4 
│  │  ├─ tokio-threadpool v0.1.18 
│  │  ├─ tokio-timer v0.2.13 
│  │  ├─ want v0.2.0
│  │  │  ├─ futures v0.1.29
│  │  │  ├─ log v0.4.8 
│  │  │  └─ try-lock v0.2.2
│  │  └─ rustc_version v0.2.3 
│  ├─ hyper-openssl v0.7.1
│  │  ├─ antidote v1.0.0
│  │  ├─ bytes v0.4.12 
│  │  ├─ futures v0.1.29
│  │  ├─ hyper v0.12.35 
│  │  ├─ lazy_static v1.4.0
│  │  ├─ linked_hash_set v0.1.3
│  │  │  └─ linked-hash-map v0.5.3
│  │  ├─ openssl v0.10.29
│  │  │  ├─ bitflags v1.2.1
│  │  │  ├─ cfg-if v0.1.10
│  │  │  ├─ foreign-types v0.3.2
│  │  │  │  └─ foreign-types-shared v0.1.1
│  │  │  ├─ lazy_static v1.4.0
│  │  │  ├─ libc v0.2.81
│  │  │  └─ openssl-sys v0.9.57
│  │  │     ├─ libc v0.2.81
│  │  │     ├─ autocfg v1.0.0
│  │  │     ├─ cc v1.0.54
│  │  │     └─ pkg-config v0.3.17
│  │  ├─ openssl-sys v0.9.57 
│  │  ├─ tokio-io v0.1.13 
│  │  └─ tokio-openssl v0.3.0
│  │     ├─ futures v0.1.29
│  │     ├─ openssl v0.10.29 
│  │     └─ tokio-io v0.1.13 
│  ├─ hyperlocal v0.6.0
│  │  ├─ futures v0.1.29
│  │  ├─ hex v0.3.2
│  │  ├─ hyper v0.12.35 
│  │  ├─ tokio v0.1.22 
│  │  ├─ tokio-io v0.1.13 
│  │  └─ tokio-uds v0.2.6 
│  ├─ log v0.4.8 
│  ├─ mime v0.3.16
│  ├─ openssl v0.10.29 
│  ├─ serde v1.0.118 
│  ├─ serde_json v1.0.53
│  │  ├─ itoa v0.4.5
│  │  ├─ ryu v1.0.4
│  │  └─ serde v1.0.118 
│  ├─ tar v0.4.28
│  │  ├─ filetime v0.2.10
│  │  │  ├─ cfg-if v0.1.10
│  │  │  └─ libc v0.2.81
│  │  ├─ libc v0.2.81
│  │  └─ xattr v0.2.2
│  │     └─ libc v0.2.81
│  ├─ tokio v0.1.22 
│  ├─ tokio-codec v0.1.2 
│  ├─ tokio-io v0.1.13 
│  └─ url v2.2.0
│     ├─ form_urlencoded v1.0.0
│     │  ├─ matches v0.1.8
│     │  └─ percent-encoding v2.1.0
│     ├─ idna v0.2.0
│     │  ├─ matches v0.1.8
│     │  ├─ unicode-bidi v0.3.4
│     │  │  └─ matches v0.1.8
│     │  └─ unicode-normalization v0.1.12
│     │     └─ smallvec v1.4.0
│     ├─ matches v0.1.8
│     └─ percent-encoding v2.1.0
├─ signal-hook v0.3.0
│  ├─ libc v0.2.81
│  └─ signal-hook-registry v1.3.0
│     └─ libc v0.2.81
├─ slog v2.7.0
├─ sloggers v1.0.1
│  ├─ chrono v0.4.11 
│  ├─ libflate v1.0.0
│  │  ├─ adler32 v1.0.4
│  │  ├─ crc32fast v1.2.0 
│  │  ├─ libflate_lz77 v1.0.0
│  │  └─ rle-decode-fast v1.0.1
│  ├─ regex v1.4.2
│  │  ├─ aho-corasick v0.7.10
│  │  │  └─ memchr v2.3.3
│  │  ├─ memchr v2.3.3
│  │  ├─ regex-syntax v0.6.21
│  │  └─ thread_local v1.0.1
│  │     └─ lazy_static v1.4.0
│  ├─ serde v1.0.118 
│  ├─ slog v2.7.0
│  ├─ slog-async v2.5.0
│  │  ├─ crossbeam-channel v0.4.4
│  │  │  ├─ crossbeam-utils v0.7.2 
│  │  │  └─ maybe-uninit v2.0.0
│  │  ├─ slog v2.7.0
│  │  ├─ take_mut v0.2.2
│  │  └─ thread_local v1.0.1 
│  ├─ slog-kvfilter v0.7.0
│  │  ├─ regex v1.4.2 
│  │  └─ slog v2.7.0
│  ├─ slog-scope v4.3.0
│  │  ├─ arc-swap v0.4.6
│  │  ├─ lazy_static v1.4.0
│  │  └─ slog v2.7.0
│  ├─ slog-stdlog v4.0.0
│  │  ├─ crossbeam v0.7.3
│  │  │  ├─ cfg-if v0.1.10
│  │  │  ├─ crossbeam-channel v0.4.4 
│  │  │  ├─ crossbeam-deque v0.7.3 
│  │  │  ├─ crossbeam-epoch v0.8.2 
│  │  │  ├─ crossbeam-queue v0.2.1 
│  │  │  └─ crossbeam-utils v0.7.2 
│  │  ├─ log v0.4.8 
│  │  ├─ slog v2.7.0
│  │  └─ slog-scope v4.3.0 
│  ├─ slog-term v2.5.0
│  │  ├─ atty v0.2.14 
│  │  ├─ chrono v0.4.11 
│  │  ├─ slog v2.7.0
│  │  ├─ term v0.6.1
│  │  │  └─ dirs v2.0.2
│  │  │     ├─ cfg-if v0.1.10
│  │  │     └─ dirs-sys v0.3.4
│  │  │        ├─ cfg-if v0.1.10
│  │  │        └─ libc v0.2.81
│  │  └─ thread_local v1.0.1 
│  └─ trackable v1.0.0
│     └─ trackable_derive v1.0.0
│        ├─ quote v1.0.6 
│        └─ syn v1.0.33 
├─ strum v0.20.0
│  └─ strum_macros v0.20.1
│     ├─ heck v0.3.1
│     │  └─ unicode-segmentation v1.6.0
│     ├─ proc-macro2 v1.0.17 
│     ├─ quote v1.0.6 
│     └─ syn v1.0.33 
├─ tempfile v3.1.0
│  ├─ cfg-if v0.1.10
│  ├─ libc v0.2.81
│  ├─ rand v0.7.3
│  │  ├─ getrandom v0.1.14
│  │  │  ├─ cfg-if v0.1.10
│  │  │  └─ libc v0.2.81
│  │  ├─ libc v0.2.81
│  │  ├─ rand_chacha v0.2.2
│  │  │  ├─ ppv-lite86 v0.2.8
│  │  │  └─ rand_core v0.5.1
│  │  │     └─ getrandom v0.1.14 
│  │  └─ rand_core v0.5.1 
│  └─ remove_dir_all v0.5.2
├─ time v0.2.23
│  ├─ const_fn v0.4.2
│  ├─ libc v0.2.81
│  ├─ standback v0.2.8
│  ├─ time-macros v0.1.0
│  │  ├─ proc-macro-hack v0.5.16
│  │  └─ time-macros-impl v0.1.1
│  │     ├─ proc-macro-hack v0.5.16
│  │     ├─ proc-macro2 v1.0.17 
│  │     ├─ quote v1.0.6 
│  │     ├─ standback v0.2.8
│  │     └─ syn v1.0.33 
│  └─ version_check v0.9.2
├─ tokio v0.1.22 
├─ toml v0.5.8
│  └─ serde v1.0.118 
├─ url v2.2.0 
└─ version-compare v0.0.11

Commit: d0dcdd3 (Compare with baseline commit)

Copy link
Owner

@pitkley pitkley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@bors bors bot merged commit b2ed74c into master Dec 29, 2020
@bors bors bot deleted the dependabot/cargo/itertools-0.10.0 branch December 29, 2020 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant