mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-24 23:49:45 +08:00
Bump time from 0.3.11 to 0.3.15
Bumps [time](https://github.com/time-rs/time) from 0.3.11 to 0.3.15. - [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.15) --- 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
04a3bdc413
commit
394a34898e
1 changed files with 10 additions and 10 deletions
20
Cargo.lock
generated
20
Cargo.lock
generated
|
@ -808,7 +808,7 @@ dependencies = [
|
|||
"rand 0.8.5",
|
||||
"sha2 0.10.2",
|
||||
"subtle",
|
||||
"time 0.3.11",
|
||||
"time 0.3.15",
|
||||
"version_check",
|
||||
]
|
||||
|
||||
|
@ -2170,7 +2170,7 @@ dependencies = [
|
|||
"smallvec",
|
||||
"subprocess",
|
||||
"thiserror",
|
||||
"time 0.3.11",
|
||||
"time 0.3.15",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
|
@ -2673,7 +2673,7 @@ dependencies = [
|
|||
"smallvec",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"time 0.3.11",
|
||||
"time 0.3.15",
|
||||
"tokio",
|
||||
"tokio-rustls",
|
||||
"tokio-stream",
|
||||
|
@ -2999,7 +2999,7 @@ checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
|
|||
dependencies = [
|
||||
"pem",
|
||||
"ring",
|
||||
"time 0.3.11",
|
||||
"time 0.3.15",
|
||||
"yasna 0.5.0",
|
||||
"zeroize",
|
||||
]
|
||||
|
@ -4020,9 +4020,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "time"
|
||||
version = "0.3.11"
|
||||
version = "0.3.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217"
|
||||
checksum = "d634a985c4d4238ec39cacaed2e7ae552fbd3c476b552c1deac3021b7d7eaf0c"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"libc",
|
||||
|
@ -4330,7 +4330,7 @@ dependencies = [
|
|||
"sharded-slab",
|
||||
"smallvec",
|
||||
"thread_local",
|
||||
"time 0.3.11",
|
||||
"time 0.3.15",
|
||||
"tracing",
|
||||
"tracing-core",
|
||||
"tracing-log",
|
||||
|
@ -4580,7 +4580,7 @@ dependencies = [
|
|||
"sea-orm",
|
||||
"serde_json",
|
||||
"serde_yaml 0.8.26",
|
||||
"time 0.3.11",
|
||||
"time 0.3.15",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
|
@ -4813,7 +4813,7 @@ dependencies = [
|
|||
"russh-keys",
|
||||
"sea-orm",
|
||||
"thiserror",
|
||||
"time 0.3.11",
|
||||
"time 0.3.15",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"uuid",
|
||||
|
@ -5086,7 +5086,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.15",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Reference in a new issue