summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlexey Zapparov <alexey@zapparov.com>2022-12-23 10:35:24 +0100
committerGitHub <noreply@github.com>2022-12-23 10:35:24 +0100
commit255f91c3ce896f71b874f260b61f86232485d823 (patch)
tree3fb30e1a36115bc521ca770d84578b7b9db8c837 /Cargo.lock
parentd32f1150f1478388885190aa51afa43c467a6ecf (diff)
fix: Remove vulnerable time-0.1.x chrono dependency (#4750)
The dependency is optional for chrono and enabled by default for backward compatibility only. See: https://rustsec.org/advisories/RUSTSEC-2020-0071 See: https://github.com/chronotope/chrono/blob/v0.4.23/CHANGELOG.md#0416
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock26
1 files changed, 4 insertions, 22 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 969835def..ee51658c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -309,7 +309,6 @@ dependencies = [
"js-sys",
"num-integer",
"num-traits",
- "time 0.1.44",
"wasm-bindgen",
"winapi",
]
@@ -1001,7 +1000,7 @@ dependencies = [
"bstr",
"itoa",
"thiserror",
- "time 0.3.14",
+ "time",
]
[[package]]
@@ -1660,7 +1659,7 @@ dependencies = [
"dirs-next",
"objc-foundation",
"objc_id",
- "time 0.3.14",
+ "time",
]
[[package]]
@@ -2662,7 +2661,7 @@ checksum = "6c401e795850edb4e9fdde5940f856364f0fbab573e8dea58f6ee5f85fcf471d"
dependencies = [
"const_format",
"is_debug",
- "time 0.3.14",
+ "time",
]
[[package]]
@@ -2869,7 +2868,7 @@ dependencies = [
"lazy_static",
"libc",
"nom 7.1.1",
- "time 0.3.14",
+ "time",
"winapi",
]
@@ -2999,17 +2998,6 @@ dependencies = [
[[package]]
name = "time"
-version = "0.1.44"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
-dependencies = [
- "libc",
- "wasi 0.10.0+wasi-snapshot-preview1",
- "winapi",
-]
-
-[[package]]
-name = "time"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b"
@@ -3282,12 +3270,6 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
-version = "0.10.0+wasi-snapshot-preview1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
-
-[[package]]
-name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"