From ba4fd6d8e9ca18cc18e75d48ab8a3a0bebc7b4e4 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 30 May 2025 14:01:24 +0100 Subject: chore(stanza): update peanuts and use workspace deps --- jid/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jid/Cargo.toml') diff --git a/jid/Cargo.toml b/jid/Cargo.toml index b8f4956..58d59a4 100644 --- a/jid/Cargo.toml +++ b/jid/Cargo.toml @@ -10,7 +10,7 @@ serde = ["dep:serde"] # sqlx = ["dep:sqlx"] [dependencies] -serde = { version = "1.0.219", features = ["derive"], optional = true } +serde = { workspace = true, features = ["derive"], optional = true } rusqlite = { git = "https://github.com/Spxg/rusqlite.git", optional = true, branch = "wasm-demo" } # sqlx = { version = "0.8.3", features = ["sqlite"], optional = true } # sqlx = { path = "../../remote/sqlx", features = ["sqlite"], optional = true } -- cgit