Skip to content

Commit

Permalink
chore(deps): Bump once_cell from 1.17.2 to 1.18.0 (#17596)
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.2 to
1.18.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/matklad/once_cell/blob/master/CHANGELOG.md">once_cell's
changelog</a>.</em></p>
<blockquote>
<h2>1.18.0</h2>
<ul>
<li><code>MSRV</code> is updated to 1.60.0 to take advantage of
<code>dep:</code> syntax for cargo features,
removing &quot;implementation details&quot; from publicly visible
surface.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/matklad/once_cell/commit/65568632484c5e108688e916a1e04d2806aedb26"><code>6556863</code></a>
Merge <a
href="https://redirect.github.com/matklad/once_cell/issues/240">#240</a></li>
<li><a
href="https://github.com/matklad/once_cell/commit/86d362dd509eec3781b48ac583ebe9f5de6668a1"><code>86d362d</code></a>
release 1.18.0</li>
<li><a
href="https://github.com/matklad/once_cell/commit/c7e70968441bfb514599ec395346ffa657514c3b"><code>c7e7096</code></a>
Merge <a
href="https://redirect.github.com/matklad/once_cell/issues/239">#239</a></li>
<li><a
href="https://github.com/matklad/once_cell/commit/d8100586a720338cc7809c729ab94a9575807e06"><code>d810058</code></a>
update Cargo.lock.msrv</li>
<li><a
href="https://github.com/matklad/once_cell/commit/4f8783c1fe878f50a9de114219b87cd281e5d792"><code>4f8783c</code></a>
switch to thread::scope in tests</li>
<li><a
href="https://github.com/matklad/once_cell/commit/67f5856477bcc45163de3f9d983fbb7bfddb491d"><code>67f5856</code></a>
Merge <a
href="https://redirect.github.com/matklad/once_cell/issues/238">#238</a></li>
<li><a
href="https://github.com/matklad/once_cell/commit/f5f648fdb212aa4339096052f429059a2fac7979"><code>f5f648f</code></a>
remove unwrap_unchecked polyfill</li>
<li><a
href="https://github.com/matklad/once_cell/commit/14742ac167f19d39f8e314e77dd0134d1b25e311"><code>14742ac</code></a>
Reorgonize test suite</li>
<li><a
href="https://github.com/matklad/once_cell/commit/61f8384cdf60d5df971d6799c02e31001d5eaafc"><code>61f8384</code></a>
Merge <a
href="https://redirect.github.com/matklad/once_cell/issues/235">#235</a></li>
<li><a
href="https://github.com/matklad/once_cell/commit/8a69b8f4fa02fc07c7591f12b67c77415c7f9f5d"><code>8a69b8f</code></a>
remove impl details features</li>
<li>Additional commits viewable in <a
href="https://github.com/matklad/once_cell/compare/v1.17.2...v1.18.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=once_cell&package-manager=cargo&previous-version=1.17.2&new-version=1.18.0)](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 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>
  • Loading branch information
dependabot[bot] authored Jun 5, 2023
1 parent 6b34868 commit dc6bef2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ nats = { version = "0.24.0", default-features = false, optional = true }
nkeys = { version = "0.3.0", default-features = false, optional = true }
nom = { version = "7.1.3", default-features = false, optional = true }
notify = { version = "6.0.0", default-features = false, features = ["macos_fsevent"] }
once_cell = { version = "1.17", default-features = false }
once_cell = { version = "1.18", default-features = false }
openssl = { version = "0.10.54", default-features = false, features = ["vendored"] }
openssl-probe = { version = "0.1.5", default-features = false }
ordered-float = { version = "3.7.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ derivative = { version = "2", default-features = false }
dyn-clone = { version = "1", default-features = false }
lookup = { package = "vector-lookup", path = "../vector-lookup", default-features = false }
memchr = { version = "2", default-features = false }
once_cell = { version = "1.17", default-features = false }
once_cell = { version = "1.18", default-features = false }
ordered-float = { version = "3.7.0", default-features = false }
prost = { version = "0.11.8", default-features = false, features = ["std"] }
regex = { version = "1.8.3", default-features = false, features = ["std", "perf"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ crossbeam-queue = "0.3.8"
hdrhistogram = "7.5.2"
metrics-tracing-context = { version = "0.14.0", default-features = false }
metrics-util = { version = "0.15.0", default-features = false, features = ["debugging"] }
once_cell = "1.17"
once_cell = "1.18"
proptest = "1.2"
quickcheck = "1.0"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ metrics-tracing-context = { version = "0.14.0", default-features = false }
metrics-util = { version = "0.15.0", default-features = false, features = ["registry"] }
mlua = { version = "0.8.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
no-proxy = { version = "0.3.2", default-features = false, features = ["serialize"] }
once_cell = { version = "1.17", default-features = false }
once_cell = { version = "1.18", default-features = false }
ordered-float = { version = "3.7.0", default-features = false }
openssl = { version = "0.10.54", default-features = false, features = ["vendored"] }
parking_lot = { version = "0.12.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hex = "0.4.3"
indicatif = { version = "0.17.5", features = ["improved_unicode"] }
itertools = "0.10.5"
log = "0.4.18"
once_cell = "1.17"
once_cell = "1.18"
os_info = { version = "3.7.0", default-features = false }
# watch https://github.com/epage/anstyle for official interop with Clap
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
Expand Down

0 comments on commit dc6bef2

Please sign in to comment.