mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
build(deps): Bump time from 0.3.34 to 0.3.36 in /rust (#4730)
Bumps [time](https://github.com/time-rs/time) from 0.3.34 to 0.3.36. <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.36</h2> <p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a> for details.</p> <h2>v0.3.35</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.36 [2024-04-10]</h2> <h3># Fixed</h3> <ul> <li><code>FormatItem</code> can be used as part of an import path. See <a href="https://redirect.github.com/time-rs/time/issues/675">#675</a> for details.</li> </ul> <p><a href="https://redirect.github.com/time-rs/time/issues/675">#675</a>: <a href="https://redirect.github.com/time-rs/time/issues/675">time-rs/time#675</a></p> <h2>0.3.35 [2024-04-10]</h2> <h3>Added</h3> <ul> <li><code>Duration::checked_neg</code></li> <li><code>ext::InstantExt</code>, which provides methods for using <code>time::Duration</code> with <code>std::time::Instant</code></li> </ul> <h3>Changed</h3> <ul> <li><code>Instant</code> is deprecated. It is recommended to use <code>std::time::Instant</code> directly, importing <code>time::ext::InstantExt</code> for interoperability with <code>time::Duration</code>.</li> <li><code>FormatItem</code> has been renamed to <code>BorrowedFormatItem</code>, avoiding confusion with <code>OwnedFormatItem</code>. An alias has been added for backwards compatibility.</li> </ul> <h3>Fixed</h3> <ul> <li>The weekday is optional when parsing RFC2822.</li> <li>The range of sub-second values in <code>Duration</code> is documented correctly. The previous documentation contained an off-by-one error.</li> <li>Leap seconds are now correctly handled when parsing ISO 8601.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="3c3c546a66"><code>3c3c546</code></a> <code>pub use</code> instead of <code>pub type</code> re-exporting</li> <li><a href="266178da67"><code>266178d</code></a> Update code coverage CI</li> <li><a href="131049ea15"><code>131049e</code></a> v0.3.35 release</li> <li><a href="9c15ee3466"><code>9c15ee3</code></a> Permit leap seconds when parsing ISO 8601</li> <li><a href="d279d8d38f"><code>d279d8d</code></a> Fix invalid offset hour diagnostic test</li> <li><a href="f04a28feec"><code>f04a28f</code></a> Eliminate unreachable branch</li> <li><a href="06a096d821"><code>06a096d</code></a> Rename <code>FormatItem</code> to <code>BorrowedFormatItem</code></li> <li><a href="fd664eef0d"><code>fd664ee</code></a> Include diagnostics regression</li> <li><a href="b8d09a7bcc"><code>b8d09a7</code></a> Address nightly lints</li> <li><a href="330865ac90"><code>330865a</code></a> Update deny.toml</li> <li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.34...v0.3.36">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Reactor Scram <ReactorScram@users.noreply.github.com>
This commit is contained in:
8
rust/Cargo.lock
generated
8
rust/Cargo.lock
generated
@@ -6370,9 +6370,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "time"
|
||||
version = "0.3.34"
|
||||
version = "0.3.36"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
|
||||
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
||||
dependencies = [
|
||||
"deranged",
|
||||
"itoa 1.0.11",
|
||||
@@ -6391,9 +6391,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
||||
|
||||
[[package]]
|
||||
name = "time-macros"
|
||||
version = "0.2.17"
|
||||
version = "0.2.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
|
||||
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
||||
dependencies = [
|
||||
"num-conv",
|
||||
"time-core",
|
||||
|
||||
@@ -21,7 +21,7 @@ firezone-tunnel = { workspace = true }
|
||||
serde = { version = "1.0", default-features = false, features = ["std", "derive"] }
|
||||
backoff = { workspace = true }
|
||||
url = { version = "2.4.1", features = ["serde"] }
|
||||
time = { version = "0.3.34", features = ["formatting"] }
|
||||
time = { version = "0.3.36", features = ["formatting"] }
|
||||
tokio-tungstenite = { version = "0.21", default-features = false, features = ["connect", "handshake", "rustls-tls-webpki-roots"] }
|
||||
parking_lot = "0.12"
|
||||
bimap = "0.6"
|
||||
|
||||
Reference in New Issue
Block a user