summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2022-02-11 15:32:19 +0000
committerGitHub <noreply@github.com>2022-02-11 15:32:19 +0000
commit379ea3fcdaccf2aec01b24d16c485d4bcabd9a58 (patch)
tree8f73f7c4747bd2621ef5350b20b14867216d1a73 /Cargo.lock
parent195e81d86bceaa1c55cde0a5a91868bfe2326963 (diff)
parent0a4e9be259af0125c44394cb0e1463f85d1c7930 (diff)
Merge pull request #851 from makr11st/improvement/648_use_time_instead_of_c8y_smartrest_and_dependents
Use 'time' instead of 'chrono' due to CVE for c8y_smartrest and all dependent crates [2/3]
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 80da66d1..104c2cbf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -337,7 +337,6 @@ dependencies = [
"anyhow",
"assert-json-diff",
"assert_matches",
- "chrono",
"csv",
"download",
"serde",
@@ -425,7 +424,6 @@ dependencies = [
"libc",
"num-integer",
"num-traits",
- "serde",
"time 0.1.43",
"winapi",
]
@@ -2621,7 +2619,6 @@ dependencies = [
"anyhow",
"assert_cmd",
"async-trait",
- "chrono",
"flockfile",
"futures",
"mockall",
@@ -2728,6 +2725,7 @@ dependencies = [
"test-case",
"thin_edge_json",
"thiserror",
+ "time 0.3.5",
"tokio",
"tokio-test",
"toml",