diff options
Diffstat (limited to 'common')
-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"] } |