mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
build(deps): bump itertools from 0.13.0 to 0.14.0 in /rust (#9270)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md">itertools's changelog</a>.</em></p> <blockquote> <h2>0.14.0</h2> <h3>Breaking</h3> <ul> <li>Increased MSRV to 1.63.0 (<a href="https://redirect.github.com/rust-itertools/itertools/issues/960">#960</a>)</li> <li>Removed generic parameter from <code>cons_tuples</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/988">#988</a>)</li> </ul> <h3>Added</h3> <ul> <li>Added <code>array_combinations</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/991">#991</a>)</li> <li>Added <code>k_smallest_relaxed</code> and variants (<a href="https://redirect.github.com/rust-itertools/itertools/issues/925">#925</a>)</li> <li>Added <code>next_array</code> and <code>collect_array</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/560">#560</a>)</li> <li>Implemented <code>DoubleEndedIterator</code> for <code>FilterOk</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/948">#948</a>)</li> <li>Implemented <code>DoubleEndedIterator</code> for <code>FilterMapOk</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/950">#950</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Allow <code>Q: ?Sized</code> in <code>Itertools::contains</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/971">#971</a>)</li> <li>Improved hygiene of <code>chain!</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/943">#943</a>)</li> <li>Improved <code>into_group_map_by</code> documentation (<a href="https://redirect.github.com/rust-itertools/itertools/issues/1000">#1000</a>)</li> <li>Improved <code>tree_reduce</code> documentation (<a href="https://redirect.github.com/rust-itertools/itertools/issues/955">#955</a>)</li> <li>Improved discoverability of <code>merge_join_by</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/966">#966</a>)</li> <li>Improved discoverability of <code>take_while_inclusive</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/972">#972</a>)</li> <li>Improved documentation of <code>find_or_last</code> and <code>find_or_first</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/984">#984</a>)</li> <li>Prevented exponentially large type sizes in <code>tuple_combinations</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/945">#945</a>)</li> <li>Added <code>track_caller</code> attr for <code>asser_equal</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/976">#976</a>)</li> </ul> <h3>Notable Internal Changes</h3> <ul> <li>Fixed clippy lints (<a href="https://redirect.github.com/rust-itertools/itertools/issues/956">#956</a>, <a href="https://redirect.github.com/rust-itertools/itertools/issues/987">#987</a>, <a href="https://redirect.github.com/rust-itertools/itertools/issues/1008">#1008</a>)</li> <li>Addressed warnings within doctests (<a href="https://redirect.github.com/rust-itertools/itertools/issues/964">#964</a>)</li> <li>CI: Run most tests with miri (<a href="https://redirect.github.com/rust-itertools/itertools/issues/961">#961</a>)</li> <li>CI: Speed up "cargo-semver-checks" action (<a href="https://redirect.github.com/rust-itertools/itertools/issues/938">#938</a>)</li> <li>Changed an instance of <code>default_features</code> in <code>Cargo.toml</code> to <code>default-features</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/985">#985</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a015a68315"><code>a015a68</code></a> Add <code>next_array</code> and <code>collect_array</code></li> <li><a href="a1213e1c81"><code>a1213e1</code></a> Prepare v0.14.0 release</li> <li><a href="ff0c942b2e"><code>ff0c942</code></a> fix clippy lints</li> <li><a href="f80883b8e0"><code>f80883b</code></a> Fix into_group_map_by documentation errors</li> <li><a href="b793238ff1"><code>b793238</code></a> Add track_caller for asser_equal</li> <li><a href="5d4056b643"><code>5d4056b</code></a> <code>default_features</code> is deprecated - switch it to <code>default-features</code></li> <li><a href="a447b68960"><code>a447b68</code></a> doc for added trait</li> <li><a href="d0479b0807"><code>d0479b0</code></a> "nitpicks"</li> <li><a href="35c78ce0bc"><code>35c78ce</code></a> IndexMut -> BorrowMut<slice></li> <li><a href="deb53ba210"><code>deb53ba</code></a> refactored to share code</li> <li>Additional commits viewable in <a href="https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
19
rust/Cargo.lock
generated
19
rust/Cargo.lock
generated
@@ -1225,7 +1225,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"boringtun",
|
||||
"ip_network",
|
||||
"itertools 0.13.0",
|
||||
"itertools 0.14.0",
|
||||
"serde",
|
||||
"uuid",
|
||||
]
|
||||
@@ -2091,7 +2091,7 @@ dependencies = [
|
||||
"ip-packet",
|
||||
"ip_network",
|
||||
"ipconfig",
|
||||
"itertools 0.13.0",
|
||||
"itertools 0.14.0",
|
||||
"known-folders",
|
||||
"libc",
|
||||
"mutants",
|
||||
@@ -2386,7 +2386,7 @@ dependencies = [
|
||||
"ip-packet",
|
||||
"ip_network",
|
||||
"ip_network_table",
|
||||
"itertools 0.13.0",
|
||||
"itertools 0.14.0",
|
||||
"l4-tcp-dns-server",
|
||||
"l4-udp-dns-server",
|
||||
"lru",
|
||||
@@ -3557,15 +3557,6 @@ dependencies = [
|
||||
"either",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "itertools"
|
||||
version = "0.13.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
||||
dependencies = [
|
||||
"either",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "itertools"
|
||||
version = "0.14.0"
|
||||
@@ -5019,7 +5010,7 @@ dependencies = [
|
||||
"futures",
|
||||
"hex",
|
||||
"hostname",
|
||||
"itertools 0.13.0",
|
||||
"itertools 0.14.0",
|
||||
"libc",
|
||||
"os_info",
|
||||
"rand_core 0.6.4",
|
||||
@@ -6501,7 +6492,7 @@ dependencies = [
|
||||
"hex",
|
||||
"hex-display",
|
||||
"ip-packet",
|
||||
"itertools 0.13.0",
|
||||
"itertools 0.14.0",
|
||||
"once_cell",
|
||||
"rand 0.8.5",
|
||||
"ringbuffer",
|
||||
|
||||
@@ -91,7 +91,7 @@ humantime = "2.2"
|
||||
ip-packet = { path = "connlib/ip-packet" }
|
||||
ip_network = { version = "0.4", default-features = false }
|
||||
ip_network_table = { version = "0.2", default-features = false }
|
||||
itertools = "0.13"
|
||||
itertools = "0.14"
|
||||
jemallocator = "0.5.4"
|
||||
jni = "0.21.1"
|
||||
keyring = "3.6.2"
|
||||
|
||||
Reference in New Issue
Block a user