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 }