Browse Source

Bump time from 0.3.3 to 0.3.4

Bumps [time](https://github.com/time-rs/time) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.3...v0.3.4)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
burn-down-handle
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
eecc4aa108
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      Cargo.lock

12
Cargo.lock

@ -418,7 +418,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "188a7c2ae2a1026b9831889fd6461db5d33c4f6d54d6f862bd8b81a2fcefbdba" checksum = "188a7c2ae2a1026b9831889fd6461db5d33c4f6d54d6f862bd8b81a2fcefbdba"
dependencies = [ dependencies = [
"percent-encoding", "percent-encoding",
"time 0.3.3", "time 0.3.4",
"version_check", "version_check",
] ]
@ -548,7 +548,7 @@ dependencies = [
"sha2", "sha2",
"sqlx", "sqlx",
"thiserror", "thiserror",
"time 0.3.3", "time 0.3.4",
"tokio", "tokio",
"tokio-tungstenite", "tokio-tungstenite",
"tokio-util", "tokio-util",
@ -2132,7 +2132,7 @@ dependencies = [
"serde_json", "serde_json",
"state", "state",
"tempfile", "tempfile",
"time 0.3.3", "time 0.3.4",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"tokio-util", "tokio-util",
@ -2186,7 +2186,7 @@ dependencies = [
"smallvec", "smallvec",
"stable-pattern", "stable-pattern",
"state", "state",
"time 0.3.3", "time 0.3.4",
"tokio", "tokio",
"uncased", "uncased",
] ]
@ -2888,9 +2888,9 @@ dependencies = [
[[package]] [[package]]
name = "time" name = "time"
version = "0.3.3" version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cde1cf55178e0293453ba2cca0d5f8392a922e52aa958aee9c28ed02becc6d03" checksum = "99beeb0daeac2bd1e86ac2c21caddecb244b39a093594da1a661ec2060c7aedd"
dependencies = [ dependencies = [
"itoa", "itoa",
"libc", "libc",

Loading…
Cancel
Save