From 4495738d19a724c5dc45592ebb71ab2bd4ccf991 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 21 Jan 2024 12:26:27 +0100 Subject: [PATCH] Update dependencies. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8936dd8..a461b11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ path = "source/lib.rs" [dependencies] md5 = "0.7.0" -urlencoding = "2.1.2" +urlencoding = "2.1.3" [dev-dependencies] -insta = "1.20.0" +insta = "1.34.0"