diff options
author | 2025-05-30 14:01:24 +0100 | |
---|---|---|
committer | 2025-05-30 14:01:24 +0100 | |
commit | ba4fd6d8e9ca18cc18e75d48ab8a3a0bebc7b4e4 (patch) | |
tree | fa53ec9ef21468d5eeeb2aed7caf3eb4cc2c109f /stanza/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-- | stanza/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stanza/Cargo.toml b/stanza/Cargo.toml index 54577ff..4f324e8 100644 --- a/stanza/Cargo.toml +++ b/stanza/Cargo.toml @@ -4,10 +4,10 @@ version = "0.1.0" edition = "2021" [dependencies] -peanuts = { version = "0.1.0", git = "https://bunny.garden/peanuts" } +peanuts = { workspace = true } jid = { version = "0.1.0", path = "../jid" } -thiserror = "2.0.11" -chrono = { version = "0.4.40", optional = true } +thiserror = { workspace = true } +chrono = { workspace = true, optional = true } [features] rfc_6121 = [] |