mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-01 10:56:20 -05:00
Merge #1135
1135: build(deps): bump time from 0.3.13 to 0.3.14 r=delta1 a=dependabot[bot] Bumps [time](https://github.com/time-rs/time) from 0.3.13 to 0.3.14. <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.14</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.14 [2022-08-24]</h2> <h3>Changed</h3> <ul> <li>The minimum supported Rust version is now 1.59.0.</li> <li><code>Duration::unsigned_abs</code> is now <code>const fn</code>.</li> <li>The const parameter for <code>time::format_description::well_known::Iso8601</code> now has a default. This means <code>Iso8601</code> is the same as <code>Iso8601::DEFAULT</code>.</li> <li>The <code>Parsed</code> struct has been reduced in size from 56 to 32 bytes (a 43% reduction).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="2297a4e0ae
"><code>2297a4e</code></a> v0.3.14 release</li> <li><a href="d358131045
"><code>d358131</code></a> Use byte string literals where possible</li> <li><a href="d385f05c4b
"><code>d385f05</code></a> Allow unsafe code, but deny undocumented blocks</li> <li><a href="a99ec40404
"><code>a99ec40</code></a> Bump MSRV to 1.59</li> <li><a href="9b9e560a33
"><code>9b9e560</code></a> Reduce size of <code>Parsed</code> by bit-packing flags</li> <li><a href="c0ae430d23
"><code>c0ae430</code></a> Use const generic defaults</li> <li><a href="e920d0a2fa
"><code>e920d0a</code></a> Use duration consts 2</li> <li><a href="08e21369be
"><code>08e2136</code></a> Use format args capture</li> <li>See full diff in <a href="https://github.com/time-rs/time/compare/v0.3.13...v0.3.14">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.13&new-version=0.3.14)](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
21e1a61af8
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -4026,7 +4026,7 @@ dependencies = [
|
||||
"tempfile",
|
||||
"testcontainers 0.12.0",
|
||||
"thiserror",
|
||||
"time 0.3.13",
|
||||
"time 0.3.14",
|
||||
"tokio",
|
||||
"tokio-socks",
|
||||
"tokio-tar",
|
||||
@ -4174,9 +4174,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "time"
|
||||
version = "0.3.13"
|
||||
version = "0.3.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "db76ff9fa4b1458b3c7f077f3ff9887394058460d21e634355b273aaf11eea45"
|
||||
checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b"
|
||||
dependencies = [
|
||||
"itoa 1.0.1",
|
||||
"libc",
|
||||
@ -4395,7 +4395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"time 0.3.13",
|
||||
"time 0.3.14",
|
||||
"tracing-subscriber 0.3.15",
|
||||
]
|
||||
|
||||
@ -4485,7 +4485,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"sharded-slab",
|
||||
"thread_local",
|
||||
"time 0.3.13",
|
||||
"time 0.3.14",
|
||||
"tracing",
|
||||
"tracing-core",
|
||||
"tracing-log",
|
||||
@ -4725,7 +4725,7 @@ dependencies = [
|
||||
"git2",
|
||||
"rustversion",
|
||||
"thiserror",
|
||||
"time 0.3.13",
|
||||
"time 0.3.14",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
Loading…
Reference in New Issue
Block a user