diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-01 13:53:40 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-01 13:53:40 +0100 |
commit | 5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0 (patch) | |
tree | dfd6143383bfd42f138fd69b1cd0fc6ad4beedbc /common/Cargo.toml | |
parent | b4a6cbfe411f6420922040061c72ffa4febf7111 (diff) | |
download | jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.bz2 jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.zst |
update deps
Diffstat (limited to 'common/Cargo.toml')
-rw-r--r-- | common/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml index 913be45..1ee76c9 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -serde = { version = "1.0.203", features = ["derive"] } +serde = { version = "1.0.214", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["derive"] } rocket = { workspace = true, optional = true } chrono = { version = "0.4.38", features = ["serde"] } |