From 85fcda371f727d533963ccd2ac5b1ae3b6aede07 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Jan 2020 14:50:00 +0000 Subject: [PATCH] Update Rust crate once_cell to 1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d38c09d..b8b279b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ futures03 = { version = "0.3.1", package = "futures", features = ["compat"] } itertools = "0.8.2" log = "0.4.8" mime = "0.3.16" -once_cell = "1.2.0" +once_cell = "1.3.0" pulldown-cmark = "0.6.1" rand = "0.7.3" reqwest = "0.9.22"