From 7cc9b6069f803fcb99f5089ca50558ae16d4a70e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 25 Aug 2024 15:39:47 +0200 Subject: build(treewide): Update --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3877d1d..498ed5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,9 +24,9 @@ clap = { version = "4.5.16", features = ["derive"] } futures = "0.3.30" log = "0.4.22" regex = "1.10.6" -serde = { version = "1.0.208", features = ["derive"] } -serde_json = "1.0.125" -sqlx = { version = "0.7.4", features = ["runtime-tokio", "sqlite"] } +serde = { version = "1.0.209", features = ["derive"] } +serde_json = "1.0.127" +sqlx = { version = "0.8.1", features = ["runtime-tokio", "sqlite"] } stderrlog = "0.6.0" tempfile = "3.12.0" tokio = { version = "1.39.3", features = [ -- cgit 1.4.1