From: Ian Jackson Date: Thu, 15 Jun 2023 15:58:47 +0000 (+0100) Subject: bump deps: backtrace X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=253ddf6f16009bfc0c457a27d2ca4461bfdb9d77;p=hippotat.git bump deps: backtrace We need the unresolved backtraces feature. Signed-off-by: Ian Jackson --- 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"