mirror of
https://github.com/scoobybejesus/cryptools.git
synced 2025-04-10 23:40:27 +00:00
Bump time from 0.1.44 to 0.2.0
Bumps [time](https://github.com/time-rs/time) from 0.1.44 to 0.2.0. - [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.1.44...v0.2.0) --- updated-dependencies: - dependency-name: time dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
47c3e35665
commit
179b586cda
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -153,7 +153,7 @@ dependencies = [
|
||||
"num-integer",
|
||||
"num-traits",
|
||||
"serde",
|
||||
"time",
|
||||
"time 0.1.45",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
@ -198,7 +198,7 @@ dependencies = [
|
||||
"decimal",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"time",
|
||||
"time 0.2.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -700,15 +700,21 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "time"
|
||||
version = "0.1.44"
|
||||
version = "0.1.45"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
||||
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"wasi 0.10.0+wasi-snapshot-preview1",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "time"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fcc26de0a81a07c8352b548977862908fa9863e0e6e4f0eb36b2a9f4f8845585"
|
||||
|
||||
[[package]]
|
||||
name = "tui"
|
||||
version = "0.5.1"
|
||||
|
@ -10,4 +10,4 @@ chrono = { version = "0.4", features = ["serde"] }
|
||||
csv = "1.0.0"
|
||||
serde = { version = "1.0.75", features = ["derive"] }
|
||||
serde_derive = "1.0.75"
|
||||
time = "0.1.42"
|
||||
time = "0.2.0"
|
Loading…
Reference in New Issue
Block a user