Skip to content

Commit e1b3357

Browse files
chore(deps): Bump log from 0.4.18 to 0.4.19 (vectordotdev#17662)
Bumps [log](https://github.com/rust-lang/log) from 0.4.18 to 0.4.19. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's changelog</a>.</em></p> <blockquote> <h2>[0.4.19] - 2023-06-10</h2> <ul> <li>Use target_has_atomic instead of the old atomic_cas cfg by <a href="https://github.com/GuillaumeGomez"><code>@​GuillaumeGomez</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/555">rust-lang/log#555</a></li> <li>Put MSRV into Cargo.toml by <a href="https://github.com/est31"><code>@​est31</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/557">rust-lang/log#557</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/84ddc30ecc54e464b791dd591a5becc02f4fd06c"><code>84ddc30</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/552">#552</a> from rust-lang/cargo/0.4.18</li> <li><a href="https://github.com/rust-lang/log/commit/9ae986d8e5fcb5980e436b838672de94d2d5bec7"><code>9ae986d</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/548">#548</a> from iorust/master</li> <li><a href="https://github.com/rust-lang/log/commit/5322e569d0549c6c23a1dc179122b5797fba1b0a"><code>5322e56</code></a> update changelog to reflect actual changes</li> <li><a href="https://github.com/rust-lang/log/commit/db9e5cc2140cfb5ab0a39c84769ccd887323a49a"><code>db9e5cc</code></a> Add the structured-logger crate to the README</li> <li><a href="https://github.com/rust-lang/log/commit/92e83c04f3dfc99c71c63e6f144878517f0fd563"><code>92e83c0</code></a> fixes for unrevert</li> <li><a href="https://github.com/rust-lang/log/commit/54d48fb53e6ba9cb059968c48dc9580bee4fc003"><code>54d48fb</code></a> prepare for 0.4.19 release</li> <li><a href="https://github.com/rust-lang/log/commit/3c8473d9ed17f12db4487062f64eab705ea803b3"><code>3c8473d</code></a> Revert &quot;Revert &quot;Remove build.rs file&quot;&quot;</li> <li>See full diff in <a href="https://github.com/rust-lang/log/compare/0.4.18...0.4.19">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=log&package-manager=cargo&previous-version=0.4.18&new-version=0.4.19)](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 cb9a3a5 commit e1b3357

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vdev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hashlink = { version = "0.8.2", features = ["serde_impl"] }
2424
hex = "0.4.3"
2525
indicatif = { version = "0.17.5", features = ["improved_unicode"] }
2626
itertools = "0.10.5"
27-
log = "0.4.18"
27+
log = "0.4.19"
2828
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

0 commit comments

Comments
 (0)