diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-02 01:05:48 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-02 01:05:48 +0200 |
commit | 96abb9182e20cc4ab80d272de26cbce427b94473 (patch) | |
tree | 5f064a15eee1c2d20500df5099b0f45b56543b04 /common/Cargo.toml | |
parent | 14e01792e33631d134fe895018d3bef5ea74a958 (diff) | |
download | jellything-96abb9182e20cc4ab80d272de26cbce427b94473.tar jellything-96abb9182e20cc4ab80d272de26cbce427b94473.tar.bz2 jellything-96abb9182e20cc4ab80d272de26cbce427b94473.tar.zst |
update crates
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 6eeb670..2e35feb 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] -serde = { version = "1.0.163", features = ["derive"] } +serde = { version = "1.0.180", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["derive"] } |