From 7f8eece8947f22b8a39416d5b2c299519da54438 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 10:28:33 +0000 Subject: [PATCH] fix(deps): update rust crate tempfile to 3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bde07f8..31c5eba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ viz-utils = { version = "0.1.2" } async-graphql = "2.11" mime = "0.3" -tempfile = "3.2" +tempfile = "3.3" serde_cbor = { version = "0.11", optional = true }