From 253ddf6f16009bfc0c457a27d2ca4461bfdb9d77 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 16:58:47 +0100 Subject: [PATCH] bump deps: backtrace We need the unresolved backtraces feature. Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e43526f..958892e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ hippotat-macros = { version = "1.1.3", path = "macros" } # versions specified here are mostly just guesses at what is needed # (or currently available): -backtrace = "0.3" +backtrace = "0.3.3" base64 = "0.21" clap = { version = "3", features = ["derive"] } easy-ext = "1" -- 2.30.2