diff options
| author | mo8it <mo8it@proton.me> | 2024-04-17 15:56:24 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-17 15:56:24 +0200 |
| commit | a2506f154b929b74e7d5c286cee6eabb008aa1fd (patch) | |
| tree | da0dbb294e1400c953be4392474b0a118737ab01 /Cargo.toml | |
| parent | 501b973c258a3c2e3a463d58c16402302184380f (diff) | |
Update serde
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ hashbrown = "0.14.3" notify-debouncer-mini = "0.4.1" ratatui = "0.26.2" rustlings-macros = { path = "rustlings-macros", version = "6.0.0-alpha.0" } -serde = { version = "1.0.197", features = ["derive"] } +serde = { version = "1.0.198", features = ["derive"] } toml_edit = { version = "0.22.9", default-features = false, features = ["parse", "serde"] } which = "6.0.1" |
