From 2318a33f9b359ae27b52cd9a19db1f6782d8dae3 Mon Sep 17 00:00:00 2001 From: Vika Date: Thu, 1 Aug 2024 22:50:28 +0300 Subject: Upgrade dependencies and fix deprecated functionality I think I managed to not lose any functionality from my dependencies. sqlparser remains unupgraded, but that's mostly because it is only used in one example and it's not worth it to upgrade right now. --- indieauth/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indieauth/Cargo.toml') diff --git a/indieauth/Cargo.toml b/indieauth/Cargo.toml index 8d2dc90..2c30aed 100644 --- a/indieauth/Cargo.toml +++ b/indieauth/Cargo.toml @@ -21,11 +21,11 @@ features = ["serde"] version = "^1.0.170" features = ["derive"] [dependencies.axum-core] -version = "^0.3.4" +version = "^0.4.3" optional = true [dependencies.serde_json] version = "^1.0.64" optional = true [dependencies.http] -version = "^0.2.7" +version = "^1.0" optional = true \ No newline at end of file -- cgit 1.4.1