diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-01-29 16:07:58 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-01-29 16:07:58 +0100 |
| commit | e7ba3274e27fad755f15465581f5b403c82ab4d2 (patch) | |
| tree | f2d693c61786ee6ed027636393fd75f086bd77e8 /common/Cargo.toml | |
| parent | 5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0 (diff) | |
| download | jellything-e7ba3274e27fad755f15465581f5b403c82ab4d2.tar jellything-e7ba3274e27fad755f15465581f5b403c82ab4d2.tar.bz2 jellything-e7ba3274e27fad755f15465581f5b403c82ab4d2.tar.zst | |
prepare database refactor
Diffstat (limited to 'common/Cargo.toml')
| -rw-r--r-- | common/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml index 1ee76c9..13fe29b 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -4,10 +4,10 @@ version = "0.1.0" edition = "2021" [dependencies] -serde = { version = "1.0.214", features = ["derive"] } +serde = { version = "1.0.217", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["derive"] } rocket = { workspace = true, optional = true } -chrono = { version = "0.4.38", features = ["serde"] } +chrono = { version = "0.4.39", features = ["serde"] } [features] rocket = ["dep:rocket"] |