diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-17 15:22:04 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-17 15:22:04 +0100 |
commit | e7155ec05458ed00035ce8bc5c087306cfeedbc1 (patch) | |
tree | b6f99d2c3d872fe9f8f175f8365c4b6451cf13ad /common/Cargo.toml | |
parent | 67608be88bc9d88f96babd5f075c708194f71062 (diff) | |
download | jellything-e7155ec05458ed00035ce8bc5c087306cfeedbc1.tar jellything-e7155ec05458ed00035ce8bc5c087306cfeedbc1.tar.bz2 jellything-e7155ec05458ed00035ce8bc5c087306cfeedbc1.tar.zst |
update all 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 437fb0b..e23607d 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -serde = { version = "1.0.188", features = ["derive"] } +serde = { version = "1.0.193", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["derive"] } rocket = { workspace = true, optional = true } chrono = { version = "0.4.31", features = ["serde"] } |