Skip to content

Commit b1ded94

Browse files
chore(deps): update etcetera requirement from 0.10.0 to 0.11.0 (#869)
Updates the requirements on [etcetera](https://github.com/lunacookies/etcetera) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lunacookies/etcetera/releases">etcetera's releases</a>.</em></p> <blockquote> <h2>v0.11.0</h2> <h2>What's Changed</h2> <ul> <li>chore(README): fix documentation link by <a href="https://github.com/hasezoey"><code>@​hasezoey</code></a> in <a href="https://redirect.github.com/lunacookies/etcetera/pull/34">lunacookies/etcetera#34</a></li> <li>Small docs fix that confused me when I was looking at example on docs.rs by <a href="https://github.com/Ac5000"><code>@​Ac5000</code></a> in <a href="https://redirect.github.com/lunacookies/etcetera/pull/38">lunacookies/etcetera#38</a></li> <li>crate: use std::env::home_dir, bump to edition 2024, raise MSRV to 1.87 by <a href="https://github.com/utkarshgupta137"><code>@​utkarshgupta137</code></a> in <a href="https://redirect.github.com/lunacookies/etcetera/pull/39">lunacookies/etcetera#39</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hasezoey"><code>@​hasezoey</code></a> made their first contribution in <a href="https://redirect.github.com/lunacookies/etcetera/pull/34">lunacookies/etcetera#34</a></li> <li><a href="https://github.com/Ac5000"><code>@​Ac5000</code></a> made their first contribution in <a href="https://redirect.github.com/lunacookies/etcetera/pull/38">lunacookies/etcetera#38</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lunacookies/etcetera/compare/v0.10.0...v0.11.0">https://github.com/lunacookies/etcetera/compare/v0.10.0...v0.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lunacookies/etcetera/commit/07b3f54999e4f3ff0f027de0144c9349d820ce80"><code>07b3f54</code></a> v0.11.0</li> <li><a href="https://github.com/lunacookies/etcetera/commit/064381bc9ff6d57d340103af3230a1c3288cd423"><code>064381b</code></a> Merge pull request <a href="https://redirect.github.com/lunacookies/etcetera/issues/39">#39</a> from utkarshgupta137/home_dir</li> <li><a href="https://github.com/lunacookies/etcetera/commit/f85260a27e3328a60ed8fea35ea420c6a312b9da"><code>f85260a</code></a> crate: use std::env::home_dir, bump to edition 2024, raise MSRV to 1.87</li> <li><a href="https://github.com/lunacookies/etcetera/commit/62ed3bef019a30c1011876cedf56d576998a2150"><code>62ed3be</code></a> Merge pull request <a href="https://redirect.github.com/lunacookies/etcetera/issues/38">#38</a> from Ac5000/doc-change</li> <li><a href="https://github.com/lunacookies/etcetera/commit/d0e1f90c824b9f06819c543e84c29d2487854b8c"><code>d0e1f90</code></a> Small docs fix that confused me when I was looking at example on docs.rs</li> <li><a href="https://github.com/lunacookies/etcetera/commit/bf6fc7f0dc444e944f50ed482fa56c2aa43cf494"><code>bf6fc7f</code></a> Merge pull request <a href="https://redirect.github.com/lunacookies/etcetera/issues/34">#34</a> from hasezoey/fixREADME</li> <li><a href="https://github.com/lunacookies/etcetera/commit/4d2b3cd0c81be9c6d357feef61c441bd38b49ecc"><code>4d2b3cd</code></a> chore(README): fix documentation link</li> <li>See full diff in <a href="https://github.com/lunacookies/etcetera/compare/v0.10.0...v0.11.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 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 593913c commit b1ded94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcontainers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ conquer-once = { version = "0.4", optional = true }
2323
docker-compose-types = { version = "0.22", optional = true }
2424
docker_credential = "1.3.1"
2525
either = "1.12.0"
26-
etcetera = "0.10.0"
26+
etcetera = "0.11.0"
2727
futures = "0.3"
2828
itertools = "0.14"
2929
log = "0.4"

0 commit comments

Comments
 (0)