Bump time from 0.3.14 to 0.3.20

Bumps [time](https://github.com/time-rs/time) from 0.3.14 to 0.3.20.
- [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.14...v0.3.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/time-0.3.20
dependabot[bot] 1 year ago committed by GitHub
parent 748ec8273f
commit 230d1ed18c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
Cargo.lock generated

@ -118,7 +118,7 @@ dependencies = [
"spmc",
"sqlite",
"thread-priority",
"time 0.3.14",
"time 0.3.20",
"tinyfiledialogs",
"toml 0.7.2",
"ureq",
@ -1209,7 +1209,7 @@ checksum = "48dfff04aade74dd495b007c831cd6f4e0cee19c344dd9dc0884c0289b70a786"
dependencies = [
"log",
"termcolor",
"time 0.3.14",
"time 0.3.20",
]
[[package]]
@ -1385,21 +1385,32 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.14"
version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b"
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
dependencies = [
"itoa",
"libc",
"num_threads",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]]
name = "time-macros"
version = "0.2.4"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
dependencies = [
"time-core",
]
[[package]]
name = "tinyfiledialogs"

@ -33,7 +33,7 @@ base64 = "0.21.0"
num-bigint = "0.4.3"
num-traits = "0.2.15"
chrono = { version = "0.4.20", features = ["serde"] }
time = "0.3.14"
time = "0.3.20"
rand = { version = "0.8.5", package = "rand" }
rand-old = { package = "rand", version = "0.7.0" } # For ed25519-dalek
sqlite = "0.26.0"

Loading…
Cancel
Save