mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-12-10 23:16:37 +08:00
Bump time from 0.3.11 to 0.3.14
Bumps [time](https://github.com/time-rs/time) from 0.3.11 to 0.3.14. - [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.11...v0.3.14) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
92a1e40a6d
commit
d870fc54cc
1 changed files with 10 additions and 10 deletions
20
Cargo.lock
generated
20
Cargo.lock
generated
|
|
@ -865,7 +865,7 @@ dependencies = [
|
|||
"rand 0.8.5",
|
||||
"sha2 0.10.2",
|
||||
"subtle",
|
||||
"time 0.3.11",
|
||||
"time 0.3.14",
|
||||
"version_check",
|
||||
]
|
||||
|
||||
|
|
@ -2301,7 +2301,7 @@ dependencies = [
|
|||
"smallvec",
|
||||
"subprocess",
|
||||
"thiserror",
|
||||
"time 0.3.11",
|
||||
"time 0.3.14",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
|
|
@ -2826,7 +2826,7 @@ dependencies = [
|
|||
"smallvec",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"time 0.3.11",
|
||||
"time 0.3.14",
|
||||
"tokio",
|
||||
"tokio-rustls",
|
||||
"tokio-stream",
|
||||
|
|
@ -3209,7 +3209,7 @@ checksum = "d7fa2d386df8533b02184941c76ae2e0d0c1d053f5d43339169d80f21275fc5e"
|
|||
dependencies = [
|
||||
"pem",
|
||||
"ring",
|
||||
"time 0.3.11",
|
||||
"time 0.3.14",
|
||||
"yasna 0.5.0",
|
||||
"zeroize",
|
||||
]
|
||||
|
|
@ -4234,9 +4234,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "time"
|
||||
version = "0.3.11"
|
||||
version = "0.3.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217"
|
||||
checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"libc",
|
||||
|
|
@ -4544,7 +4544,7 @@ dependencies = [
|
|||
"sharded-slab",
|
||||
"smallvec",
|
||||
"thread_local",
|
||||
"time 0.3.11",
|
||||
"time 0.3.14",
|
||||
"tracing",
|
||||
"tracing-core",
|
||||
"tracing-log",
|
||||
|
|
@ -4799,7 +4799,7 @@ dependencies = [
|
|||
"sea-orm",
|
||||
"serde_json",
|
||||
"serde_yaml",
|
||||
"time 0.3.11",
|
||||
"time 0.3.14",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
|
|
@ -5033,7 +5033,7 @@ dependencies = [
|
|||
"russh-keys",
|
||||
"sea-orm",
|
||||
"thiserror",
|
||||
"time 0.3.11",
|
||||
"time 0.3.14",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"uuid",
|
||||
|
|
@ -5306,7 +5306,7 @@ version = "0.5.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c"
|
||||
dependencies = [
|
||||
"time 0.3.11",
|
||||
"time 0.3.14",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue