mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #795
795: Bump time from 0.3.2 to 0.3.3 r=rishflab a=dependabot[bot] Bumps [time](https://github.com/time-rs/time) from 0.3.2 to 0.3.3. <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.3 [2021-09-25]</h2> <h3>Added</h3> <ul> <li><code>Parsed::parse_item</code></li> <li><code>Parsed::parse_items</code></li> <li><code>Parsed::parse_literal</code></li> <li>Builder methods for <code>Parsed</code></li> <li>The <code>format_description!</code> macro now supports the <code>case_sensitive</code> modifier.</li> </ul> <h3>Changed</h3> <p>The minimum supported version is now 1.51.0.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d700977ce9
"><code>d700977</code></a> v0.3.3 release</li> <li><a href="7af75c14a0
"><code>7af75c1</code></a> Improve test coverage</li> <li><a href="150e970b7c
"><code>150e970</code></a> Add builder methods for <code>Parsed</code></li> <li><a href="483ef989d0
"><code>483ef98</code></a> Eliminate need to specify type name in macro</li> <li><a href="01570b4bfd
"><code>01570b4</code></a> Remove pedantic lints</li> <li><a href="159cedbf6e
"><code>159cedb</code></a> Handle case insensitive modifiers in macro</li> <li><a href="7b3c9482ba
"><code>7b3c948</code></a> Remove erroneous lints that have been patched</li> <li><a href="8eb0d424f0
"><code>8eb0d42</code></a> Split parsing benchmark by component</li> <li><a href="e4d09e20e5
"><code>e4d09e2</code></a> Bump MSRV to 1.51</li> <li><a href="9882c7ae5a
"><code>9882c7a</code></a> Reduce build artefacts</li> <li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.2...v0.3.3">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.2&new-version=0.3.3)](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
9e67b1d57c
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -3957,7 +3957,7 @@ dependencies = [
|
|||||||
"tempfile",
|
"tempfile",
|
||||||
"testcontainers 0.12.0",
|
"testcontainers 0.12.0",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"time 0.3.2",
|
"time 0.3.3",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-socks",
|
"tokio-socks",
|
||||||
"tokio-tar",
|
"tokio-tar",
|
||||||
@ -4104,9 +4104,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "time"
|
name = "time"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3e0a10c9a9fb3a5dce8c2239ed670f1a2569fcf42da035f5face1b19860d52b0"
|
checksum = "cde1cf55178e0293453ba2cca0d5f8392a922e52aa958aee9c28ed02becc6d03"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user