Skip to content

Commit

Permalink
Update dependencies expiry to 120 days
Browse files Browse the repository at this point in the history
  • Loading branch information
venkkatesh-sekar committed Oct 4, 2022
1 parent 95eac0c commit d0e6514
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .dependencies/vulnerable_crates_whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"name": "time",
"version": "0.1.43",
"date_added": "13/06/2022",
"date_updated": "04/08/2022",
"expiry_days": 60
"date_updated": "04/10/2022",
"expiry_days": 120
},
{
"name": "rocksdb",
"version": "0.15.0",
"date_added": "11/08/2022",
"date_updated": "08/09/2022",
"expiry_days": 30
"date_updated": "04/10/2022",
"expiry_days": 60
},
{
"name": "chrono",
"version": "0.4.19",
"date_added": "04/08/2022",
"date_updated": "04/08/2022",
"expiry_days": 60
"date_updated": "04/10/2022",
"expiry_days": 120
}
]

0 comments on commit d0e6514

Please sign in to comment.