From 2382b899a72b541ae57210eabf0bcebc113b518f Mon Sep 17 00:00:00 2001 From: EETagent Date: Sun, 6 Nov 2022 23:42:15 +0100 Subject: [PATCH] feat: update deps --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index a579351..225f103 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -21,7 +21,7 @@ futures = "^0.3" async-compat = "^0.2" # file identifier -infer = "^0.9" +infer = "^0.11" # crypto rand = "^0.8"