From 28ddb45e01467b6afe7c19c7ca52a8fde5f823ef Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Wed, 16 Apr 2025 13:25:39 +0200 Subject: Update dependencies (#2695) - Bump protox to 0.8 - Bump interim to 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 78fca854..9deb8cff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ config = { version = "0.15.8", default-features = false, features = ["toml"] } directories = "5.0.1" eyre = "0.6" fs-err = "2.9" -interim = { version = "0.1.0", features = ["time"] } +interim = { version = "0.2.0", features = ["time_0_3"] } itertools = "0.13.0" rand = { version = "0.8.5", features = ["std"] } semver = "1.0.20" -- cgit v1.3.1