diff options
author | 2025-05-30 14:01:24 +0100 | |
---|---|---|
committer | 2025-05-30 14:01:24 +0100 | |
commit | ba4fd6d8e9ca18cc18e75d48ab8a3a0bebc7b4e4 (patch) | |
tree | fa53ec9ef21468d5eeeb2aed7caf3eb4cc2c109f /jid/Cargo.toml | |
parent | 73d33c46fb9d65eb0c831fcf6b408f1d67a99f44 (diff) | |
download | luz-ba4fd6d8e9ca18cc18e75d48ab8a3a0bebc7b4e4.tar.gz luz-ba4fd6d8e9ca18cc18e75d48ab8a3a0bebc7b4e4.tar.bz2 luz-ba4fd6d8e9ca18cc18e75d48ab8a3a0bebc7b4e4.zip |
chore(stanza): update peanuts and use workspace deps
Diffstat (limited to '')
-rw-r--r-- | jid/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |