From 06e84dc91880f373a22059810520c3a4efef284d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Fri, 24 Jan 2025 16:40:17 +0100 Subject: [PATCH] build: bump addressbook libs --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5831f12..096aa2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "addressbook" version = "0.1.0" -source = "git+https://github.com/pimalaya/addressbook#cb82293389e67d63024567814bf85c4372845d2d" +source = "git+https://github.com/pimalaya/addressbook#c33df8fdc489ff4d2fd7d2eba902d744c85f750c" dependencies = [ "base64", "chrono", @@ -31,7 +31,7 @@ dependencies = [ [[package]] name = "addressbook-carddav" version = "0.1.0" -source = "git+https://github.com/pimalaya/addressbook#cb82293389e67d63024567814bf85c4372845d2d" +source = "git+https://github.com/pimalaya/addressbook#c33df8fdc489ff4d2fd7d2eba902d744c85f750c" dependencies = [ "addressbook", ] @@ -39,7 +39,7 @@ dependencies = [ [[package]] name = "addressbook-carddav-native-tls" version = "0.1.0" -source = "git+https://github.com/pimalaya/addressbook#cb82293389e67d63024567814bf85c4372845d2d" +source = "git+https://github.com/pimalaya/addressbook#c33df8fdc489ff4d2fd7d2eba902d744c85f750c" dependencies = [ "addressbook", "native-tls", @@ -49,7 +49,7 @@ dependencies = [ [[package]] name = "addressbook-carddav-rustls" version = "0.1.0" -source = "git+https://github.com/pimalaya/addressbook#cb82293389e67d63024567814bf85c4372845d2d" +source = "git+https://github.com/pimalaya/addressbook#c33df8fdc489ff4d2fd7d2eba902d744c85f750c" dependencies = [ "addressbook", "rustls", @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "addressbook-vdir" version = "0.1.0" -source = "git+https://github.com/pimalaya/addressbook#cb82293389e67d63024567814bf85c4372845d2d" +source = "git+https://github.com/pimalaya/addressbook#c33df8fdc489ff4d2fd7d2eba902d744c85f750c" dependencies = [ "addressbook", "tracing",