mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #1310
1310: build(deps): bump time from 0.3.19 to 0.3.20 r=delta1 a=dependabot[bot] Bumps [time](https://github.com/time-rs/time) from 0.3.19 to 0.3.20. <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.20</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.20 [2023-02-24]</h2> <h3>Changed</h3> <ul> <li>The minimum supported Rust version is now 1.63.0.</li> <li>On Unix-based operating systems with known thread-safe environments, functions obtaining the local offset no longer require a check that the program is single-threaded. This currently includes MacOS, illumos, and NetBSD.</li> </ul> <h3>Added</h3> <ul> <li><code>[ignore]</code> component in format descriptions. A <code>count</code> modifier is required, indicating the number of bytes to ignore when parsing.</li> <li><code>[unix_timestamp]</code> component in format descriptions. This is currently only usable with <code>OffsetDateTime</code>. Users can choose between seconds, milliseconds, microseconds, and nanoseconds, and whether the sign is mandatory or optional.</li> </ul> <h3>Fixed</h3> <ul> <li>The API for declaring soundness now uses stricter atomic orderings internally.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d7c725c422
"><code>d7c725c</code></a> v0.3.20 release</li> <li><a href="91afd54287
"><code>91afd54</code></a> Add lock to another test</li> <li><a href="8dca98c946
"><code>8dca98c</code></a> Implement <code>[unix_timestamp]</code> component</li> <li><a href="d07b394baf
"><code>d07b394</code></a> Further split logical and memory offset</li> <li><a href="0229837518
"><code>0229837</code></a> Slightly refactor <code>DateTime</code> internals</li> <li><a href="1daedfb705
"><code>1daedfb</code></a> Add missing test for new error variant</li> <li><a href="4edf73a035
"><code>4edf73a</code></a> Use <code>bug!</code> instead of <code>unreachable!</code></li> <li><a href="0e82474728
"><code>0e82474</code></a> Use <code>explicit_generic_args_with_impl_trait</code></li> <li><a href="3b6d77f1dc
"><code>3b6d77f</code></a> Bump MSRV to 1.63</li> <li><a href="eb7b60e74e
"><code>eb7b60e</code></a> Always test local offset</li> <li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.19...v0.3.20">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.19&new-version=0.3.20)](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
c10beaf2d7
16
Cargo.lock
generated
16
Cargo.lock
generated
@ -4085,7 +4085,7 @@ dependencies = [
|
||||
"tempfile",
|
||||
"testcontainers 0.12.0",
|
||||
"thiserror",
|
||||
"time 0.3.19",
|
||||
"time 0.3.20",
|
||||
"tokio",
|
||||
"tokio-socks",
|
||||
"tokio-tar",
|
||||
@ -4233,9 +4233,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "time"
|
||||
version = "0.3.19"
|
||||
version = "0.3.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "53250a3b3fed8ff8fd988587d8925d26a83ac3845d9e03b220b37f34c2b8d6c2"
|
||||
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
|
||||
dependencies = [
|
||||
"itoa 1.0.1",
|
||||
"serde",
|
||||
@ -4251,9 +4251,9 @@ checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
||||
|
||||
[[package]]
|
||||
name = "time-macros"
|
||||
version = "0.2.7"
|
||||
version = "0.2.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a460aeb8de6dcb0f381e1ee05f1cd56fcf5a5f6eb8187ff3d8f0b11078d38b7c"
|
||||
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
|
||||
dependencies = [
|
||||
"time-core",
|
||||
]
|
||||
@ -4470,7 +4470,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"time 0.3.19",
|
||||
"time 0.3.20",
|
||||
"tracing-subscriber 0.3.15",
|
||||
]
|
||||
|
||||
@ -4560,7 +4560,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"sharded-slab",
|
||||
"thread_local",
|
||||
"time 0.3.19",
|
||||
"time 0.3.20",
|
||||
"tracing",
|
||||
"tracing-core",
|
||||
"tracing-log",
|
||||
@ -4805,7 +4805,7 @@ dependencies = [
|
||||
"git2",
|
||||
"rustversion",
|
||||
"thiserror",
|
||||
"time 0.3.19",
|
||||
"time 0.3.20",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
Loading…
Reference in New Issue
Block a user