From dc7dfc61ec839175ebb51fcbaef1156fea5fdcf4 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 9 Jul 2023 22:21:12 +0300 Subject: cargo update, part 1 --- kittybox-rs/util/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kittybox-rs/util/Cargo.toml') diff --git a/kittybox-rs/util/Cargo.toml b/kittybox-rs/util/Cargo.toml index f0653db..23f3abd 100644 --- a/kittybox-rs/util/Cargo.toml +++ b/kittybox-rs/util/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" fs = ["rand", "tokio", "tokio/fs"] [dependencies] -serde = { version = "^1.0.125", features = ["derive"] } +serde = { version = "^1.0.170", features = ["derive"] } serde_json = "^1.0.64" axum-core = "^0.2.6" http = "^0.2.7" @@ -24,6 +24,6 @@ version = "^1.16.1" features = ["tracing"] optional = true [dependencies.sqlx] -version = "0.6" +version = "0.7" features = ["json"] optional = true \ No newline at end of file -- cgit 1.4.1