Skip to content

Commit dc6bef2

Browse files
chore(deps): Bump once_cell from 1.17.2 to 1.18.0 (vectordotdev#17596)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b34868 commit dc6bef2

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ nats = { version = "0.24.0", default-features = false, optional = true }
280280
nkeys = { version = "0.3.0", default-features = false, optional = true }
281281
nom = { version = "7.1.3", default-features = false, optional = true }
282282
notify = { version = "6.0.0", default-features = false, features = ["macos_fsevent"] }
283-
once_cell = { version = "1.17", default-features = false }
283+
once_cell = { version = "1.18", default-features = false }
284284
openssl = { version = "0.10.54", default-features = false, features = ["vendored"] }
285285
openssl-probe = { version = "0.1.5", default-features = false }
286286
ordered-float = { version = "3.7.0", default-features = false }

lib/codecs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ derivative = { version = "2", default-features = false }
1414
dyn-clone = { version = "1", default-features = false }
1515
lookup = { package = "vector-lookup", path = "../vector-lookup", default-features = false }
1616
memchr = { version = "2", default-features = false }
17-
once_cell = { version = "1.17", default-features = false }
17+
once_cell = { version = "1.18", default-features = false }
1818
ordered-float = { version = "3.7.0", default-features = false }
1919
prost = { version = "0.11.8", default-features = false, features = ["std"] }
2020
regex = { version = "1.8.3", default-features = false, features = ["std", "perf"] }

lib/vector-buffers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ crossbeam-queue = "0.3.8"
3838
hdrhistogram = "7.5.2"
3939
metrics-tracing-context = { version = "0.14.0", default-features = false }
4040
metrics-util = { version = "0.15.0", default-features = false, features = ["debugging"] }
41-
once_cell = "1.17"
41+
once_cell = "1.18"
4242
proptest = "1.2"
4343
quickcheck = "1.0"
4444
rand = "0.8.5"

lib/vector-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ metrics-tracing-context = { version = "0.14.0", default-features = false }
2929
metrics-util = { version = "0.15.0", default-features = false, features = ["registry"] }
3030
mlua = { version = "0.8.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
3131
no-proxy = { version = "0.3.2", default-features = false, features = ["serialize"] }
32-
once_cell = { version = "1.17", default-features = false }
32+
once_cell = { version = "1.18", default-features = false }
3333
ordered-float = { version = "3.7.0", default-features = false }
3434
openssl = { version = "0.10.54", default-features = false, features = ["vendored"] }
3535
parking_lot = { version = "0.12.1", default-features = false }

vdev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ hex = "0.4.3"
2525
indicatif = { version = "0.17.5", features = ["improved_unicode"] }
2626
itertools = "0.10.5"
2727
log = "0.4.18"
28-
once_cell = "1.17"
28+
once_cell = "1.18"
2929
os_info = { version = "3.7.0", default-features = false }
3030
# watch https://github.com/epage/anstyle for official interop with Clap
3131
owo-colors = { version = "3.5.0", features = ["supports-colors"] }

0 commit comments

Comments
 (0)