Skip to content

Commit 6355217

Browse files
Bump the dependencies group across 1 directory with 3 updates (#188)
Bumps the dependencies group with 3 updates in the / directory: [log](https://github.com/rust-lang/log), [tempfile](https://github.com/Stebalien/tempfile) and [uuid](https://github.com/uuid-rs/uuid). Updates `log` from 0.4.26 to 0.4.27 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/releases">log's releases</a>.</em></p> <blockquote> <h2>0.4.27</h2> <h2>What's Changed</h2> <ul> <li>A few minor lint fixes by <a href="https://github.com/nyurik"><code>@​nyurik</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/671">rust-lang/log#671</a></li> <li>Enable clippy support for format-like macros by <a href="https://github.com/nyurik"><code>@​nyurik</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/665">rust-lang/log#665</a></li> <li>Add an optional logger param by <a href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/664">rust-lang/log#664</a></li> <li>Pass global logger by value, supplied logger by ref by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/673">rust-lang/log#673</a></li> <li>Prepare for 0.4.27 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/674">rust-lang/log#674</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27">https://github.com/rust-lang/log/compare/0.4.26...0.4.27</a></p> </blockquote> </details> <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.27] - 2025-03-24</h2> <h2>What's Changed</h2> <ul> <li>A few minor lint fixes by <a href="https://github.com/nyurik"><code>@​nyurik</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/671">rust-lang/log#671</a></li> <li>Enable clippy support for format-like macros by <a href="https://github.com/nyurik"><code>@​nyurik</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/665">rust-lang/log#665</a></li> <li>Add an optional logger param by <a href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/664">rust-lang/log#664</a></li> <li>Pass global logger by value, supplied logger by ref by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/673">rust-lang/log#673</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27">https://github.com/rust-lang/log/compare/0.4.26...0.4.27</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/35161d0d25838a62d518dabe1e34e84b607446b3"><code>35161d0</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/674">#674</a> from rust-lang/cargo/0.4.27</li> <li><a href="https://github.com/rust-lang/log/commit/cc131ef268bb3214c14fea43a409d1fec62fb32f"><code>cc131ef</code></a> prepare for 0.4.27 release</li> <li><a href="https://github.com/rust-lang/log/commit/ea6f54d3951dcb20252e5b17a3ee87d49d122322"><code>ea6f54d</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/673">#673</a> from rust-lang/feat/logger-by-ref</li> <li><a href="https://github.com/rust-lang/log/commit/d229c7355bb2d985454a99846f57b51fd4ad58d4"><code>d229c73</code></a> fix unclosed code block</li> <li><a href="https://github.com/rust-lang/log/commit/02486e458cfc8e5e6a0a5bc0586db095a3e33b87"><code>02486e4</code></a> fill in more tests for logger argument</li> <li><a href="https://github.com/rust-lang/log/commit/71e034ffa62b79aa67acda4b1569493bc5f9e107"><code>71e034f</code></a> expand logger tests</li> <li><a href="https://github.com/rust-lang/log/commit/dfa067e65c49db82b2ace612982007efef09b8b4"><code>dfa067e</code></a> fix up kv passing</li> <li><a href="https://github.com/rust-lang/log/commit/39d4c3ab88b5d4096ce9c8d795e9a1187e83c9d6"><code>39d4c3a</code></a> run fmt</li> <li><a href="https://github.com/rust-lang/log/commit/7aacc8fea367dd6518f02db792af8b6215ed33d6"><code>7aacc8f</code></a> pass global logger by value, supplied logger by ref</li> <li><a href="https://github.com/rust-lang/log/commit/a438c6ed0829eddc3728394c78d4206e14f9b1c4"><code>a438c6e</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/664">#664</a> from tisonkun/logger-field</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27">compare view</a></li> </ul> </details> <br /> Updates `tempfile` from 3.18.0 to 3.19.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's changelog</a>.</em></p> <blockquote> <h2>3.19.1</h2> <ul> <li>Don't unlink temporary files immediately on Windows (fixes <a href="https://redirect.github.com/Stebalien/tempfile/issues/339">#339</a>). Unfortunately, this seemed to corrupt the file object (possibly a Windows kernel bug) in rare cases and isn't strictly speaking necessary.</li> </ul> <h2>3.19.0</h2> <ul> <li>Remove direct dependency on <code>cfg-if</code>. It's still in the tree, but we didn't really need to use it in this crate.</li> <li>Add an unstable feature (<code>unstable-windows-keep-open-tempfile</code>) to test a potential fix to <a href="https://redirect.github.com/Stebalien/tempfile/issues/339">#339</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stebalien/tempfile/commit/95540ed3fcb9ca74845c02aee058726b2dca58b7"><code>95540ed</code></a> chore: release v3.19.1</li> <li><a href="https://github.com/Stebalien/tempfile/commit/b60aae49c1b8fff9586ef643615d33255a6ee70d"><code>b60aae4</code></a> fix(windows): don't automatically delete files on open (<a href="https://redirect.github.com/Stebalien/tempfile/issues/344">#344</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/167f544abe388d90a84aa4c2220d8c423dec2db1"><code>167f544</code></a> ci(cargo-deny): remove windows-sys exception (<a href="https://redirect.github.com/Stebalien/tempfile/issues/343">#343</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/42fff6813de9dc6b5050971377c13c2a9ee5fb09"><code>42fff68</code></a> chore: release v3.19.0</li> <li><a href="https://github.com/Stebalien/tempfile/commit/61b4283c201c7fcb4d6921fa7de914c8af7b6281"><code>61b4283</code></a> feat(windows): add a feature to immediate tempfile deletion (<a href="https://redirect.github.com/Stebalien/tempfile/issues/340">#340</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/c2d16b3bc32a2c294bbc1aa331c93a86b85d72d5"><code>c2d16b3</code></a> ci: downgrade once-cell on old rustc versions (<a href="https://redirect.github.com/Stebalien/tempfile/issues/342">#342</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/35c204d7c2202cddb9c0883a5dd04b83a0d9f67b"><code>35c204d</code></a> chore: remove cfg-if dependency (<a href="https://redirect.github.com/Stebalien/tempfile/issues/338">#338</a>)</li> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.18.0...v3.19.1">compare view</a></li> </ul> </details> <br /> Updates `uuid` from 1.15.1 to 1.16.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uuid-rs/uuid/releases">uuid's releases</a>.</em></p> <blockquote> <h2>v1.16.0</h2> <h2>What's Changed</h2> <ul> <li>Mark <code>Uuid::new_v8</code> const by <a href="https://github.com/tguichaoua"><code>@​tguichaoua</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/815">uuid-rs/uuid#815</a></li> <li>Prepare for 1.16.0 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/817">uuid-rs/uuid#817</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tguichaoua"><code>@​tguichaoua</code></a> made their first contribution in <a href="https://redirect.github.com/uuid-rs/uuid/pull/815">uuid-rs/uuid#815</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.16.0">https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.16.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uuid-rs/uuid/commit/c36beb14d50f835c1f1220117ca51aae64860a3e"><code>c36beb1</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/817">#817</a> from uuid-rs/cargo/v1.16.0</li> <li><a href="https://github.com/uuid-rs/uuid/commit/5338b246b7a8244cab3cfaa85b14fe1d1bcdcd96"><code>5338b24</code></a> prepare for 1.16.0 release</li> <li><a href="https://github.com/uuid-rs/uuid/commit/420f6279aeff48f0e12b0b39af43a5c149963382"><code>420f627</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/815">#815</a> from tguichaoua/new_v8_const</li> <li><a href="https://github.com/uuid-rs/uuid/commit/254258c8c7c7d6c41aaf6f573dc1731549d519b2"><code>254258c</code></a> mark <code>Uuid::new_v8</code> const</li> <li>See full diff in <a href="https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.16.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cad1720 commit 6355217

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ flate2 = "1.1.0"
1717
git2 = "0.19.0"
1818
goblin = "0.9.3"
1919
lazy_static = "1.5.0"
20-
log = "0.4.26"
20+
log = "0.4.27"
2121
maplit = "1.0.2"
2222
oci-spec = "0.7.1"
2323
regex = "1.11.1"
2424
serde = { version = "1.0.219", features = ["derive"] }
2525
serde_json = "1.0.140"
2626
sha2 = "0.10.8"
2727
tar = "0.4.44"
28-
tempfile = "3.18.0"
28+
tempfile = "3.19.1"
2929
toml = "0.8.20"
3030
ureq = { version = "2.12.1", features = ["json"] }
3131
url = "2.5.4"
3232
urlencoding = "2.1.3"
33-
uuid = { version = "1.15.1", features = ["v4"] }
33+
uuid = { version = "1.16.0", features = ["v4"] }
3434
walkdir = "2.5.0"

0 commit comments

Comments
 (0)