mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-11 07:29:39 -05:00
1181: build(deps): bump time from 0.3.15 to 0.3.16 r=delta1 a=dependabot[bot] Bumps [time](https://github.com/time-rs/time) from 0.3.15 to 0.3.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/releases">time's releases</a>.</em></p> <blockquote> <h2>v0.3.16</h2> <p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">time's changelog</a>.</em></p> <blockquote> <h2>0.3.16 [2022-10-24]</h2> <h3>Changed</h3> <ul> <li>The minimum supported Rust version is now 1.60.0.</li> <li>The <code>serde-well-known</code> feature flag is deprecated. The necessary features for an item to be enabled are indicated in documentation.</li> <li>Feature gates have been loosened for well-known formats.</li> </ul> <h3>Added</h3> <ul> <li> <p><code>const</code>s can now be provided as the format description for <code>time::serde::format_description!</code>. The <code>const</code> must be of type <code>&[FormatItem<'_>]</code>, which is what is returned by the <code>time::macros::format_description!</code> macro.</p> <pre lang="rust"><code>const TIME_FORMAT_ALT: &[FormatItem<'_>] = time::macros::format_description!("[hour]:[minute]"); time::serde::format_description!(time_format_alt, Time, TIME_FORMAT_ALT); </code></pre> </li> </ul> <h3>Compatibility</h3> <ul> <li>Some feature flags have been removed. None of these have ever been documented as flags, so any use was unsupported. These flags are: <ul> <li><code>js-sys</code></li> <li><code>quickcheck-dep</code></li> <li><code>itoa</code></li> <li><code>time-macros</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="05bdab8a70
"><code>05bdab8</code></a> 0.3.16 release</li> <li><a href="ad3ce25dd8
"><code>ad3ce25</code></a> Support passing <code>&[FormatItem\<'_>]</code> to macro</li> <li><a href="da719aa20f
"><code>da719aa</code></a> Fix powerset</li> <li><a href="c22e000b7d
"><code>c22e000</code></a> Document dependencies in CI</li> <li><a href="084e32dcb3
"><code>084e32d</code></a> Fix powerset build</li> <li><a href="e4c884704c
"><code>e4c8847</code></a> Move some utility functions to <code>time-core</code></li> <li><a href="f7a3e55108
"><code>f7a3e55</code></a> Initialize <code>time-core</code> crate</li> <li><a href="e7d132aeee
"><code>e7d132a</code></a> Enable feature flags directly</li> <li><a href="9b1c7550af
"><code>9b1c755</code></a> Add miri test to CI</li> <li><a href="fcbad1dfd0
"><code>fcbad1d</code></a> Restructure repository</li> <li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.15...v0.3.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=time&package-manager=cargo&previous-version=0.3.15&new-version=0.3.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> 1186: build(deps): bump comfy-table from 6.1.1 to 6.1.2 r=delta1 a=dependabot[bot] Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 6.1.1 to 6.1.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md">comfy-table's changelog</a>.</em></p> <blockquote> <h2>[6.1.2] - 2022-10-27</h2> <h3>Fixed</h3> <ul> <li><code>Table::row_iter</code> no longer requires a <code>&mut self</code>, but only <code>&self</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="84c23147eb
"><code>84c2314</code></a> chore: Release comfy-table version 6.1.2</li> <li><a href="8327236e4b
"><code>8327236</code></a> docs: Update changelog</li> <li><a href="3a80c8050e
"><code>3a80c80</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nukesor/comfy-table/issues/95">#95</a> from abhizer/main</li> <li><a href="109510eaab
"><code>109510e</code></a> row_iter: Remove unnecessary &mut self</li> <li><a href="4c6a9a1928
"><code>4c6a9a1</code></a> docs: Update v6.1.1 release date in changelog</li> <li>See full diff in <a href="https://github.com/nukesor/comfy-table/compare/v6.1.1...v6.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=comfy-table&package-manager=cargo&previous-version=6.1.1&new-version=6.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
commit
dce62ff6bd
34
Cargo.lock
generated
34
Cargo.lock
generated
@ -587,9 +587,9 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
||||
|
||||
[[package]]
|
||||
name = "comfy-table"
|
||||
version = "6.1.1"
|
||||
version = "6.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7b3d16bb3da60be2f7c7acfc438f2ae6f3496897ce68c291d0509bb67b4e248e"
|
||||
checksum = "1090f39f45786ec6dc6286f8ea9c75d0a7ef0a0d3cda674cef0c3af7b307fbc2"
|
||||
dependencies = [
|
||||
"crossterm",
|
||||
"strum",
|
||||
@ -4016,7 +4016,7 @@ dependencies = [
|
||||
"tempfile",
|
||||
"testcontainers 0.12.0",
|
||||
"thiserror",
|
||||
"time 0.3.15",
|
||||
"time 0.3.16",
|
||||
"tokio",
|
||||
"tokio-socks",
|
||||
"tokio-tar",
|
||||
@ -4164,13 +4164,31 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "time"
|
||||
version = "0.3.15"
|
||||
version = "0.3.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d634a985c4d4238ec39cacaed2e7ae552fbd3c476b552c1deac3021b7d7eaf0c"
|
||||
checksum = "0fab5c8b9980850e06d92ddbe3ab839c062c801f3927c0fb8abd6fc8e918fbca"
|
||||
dependencies = [
|
||||
"itoa 1.0.1",
|
||||
"libc",
|
||||
"num_threads",
|
||||
"serde",
|
||||
"time-core",
|
||||
"time-macros",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "time-core"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
||||
|
||||
[[package]]
|
||||
name = "time-macros"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "65bb801831d812c562ae7d2bfb531f26e66e4e1f6b17307ba4149c5064710e5b"
|
||||
dependencies = [
|
||||
"time-core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4384,7 +4402,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"time 0.3.15",
|
||||
"time 0.3.16",
|
||||
"tracing-subscriber 0.3.15",
|
||||
]
|
||||
|
||||
@ -4474,7 +4492,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"sharded-slab",
|
||||
"thread_local",
|
||||
"time 0.3.15",
|
||||
"time 0.3.16",
|
||||
"tracing",
|
||||
"tracing-core",
|
||||
"tracing-log",
|
||||
@ -4713,7 +4731,7 @@ dependencies = [
|
||||
"git2",
|
||||
"rustversion",
|
||||
"thiserror",
|
||||
"time 0.3.15",
|
||||
"time 0.3.16",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
Loading…
Reference in New Issue
Block a user