From 9aadfb5ef064ae544a4f24da1077a513258592f1 Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Mon, 26 Aug 2024 22:04:10 +0200 Subject: [PATCH] update dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b542724..237387a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ repository = "https://github.com/LinkTed/dbus-server-address-parser" include = [ "src/**/*.rs", "tests/*.rs", - "examples/*.rs", - "fuzz/src/*.rs", - "fuzz/Cargo.toml", + "examples/*.rs", + "fuzz/src/*.rs", + "fuzz/Cargo.toml", "Cargo.toml", "README.md", "LICENSE", @@ -24,4 +24,4 @@ categories = [ ] [dependencies] -thiserror = "~1.0.26" +thiserror = "~1.0.63"