diff options
| author | mo8it <mo8it@proton.me> | 2024-08-25 20:42:13 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-25 20:42:13 +0200 |
| commit | d29e9e7e07a16adda35aea9ce9dd120b6ecc9dfc (patch) | |
| tree | 87ccd77a332ce99af589a8a2191cda62cc47a009 /Cargo.toml | |
| parent | 360605e2840d7b8876afac6df5178c068484cd57 (diff) | |
Update deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ edition = "2021" # On Update: Update the edition of the `rustfmt` command that c rust-version = "1.80" [workspace.dependencies] -serde = { version = "1.0.208", features = ["derive"] } +serde = { version = "1.0.209", features = ["derive"] } toml_edit = { version = "0.22.20", default-features = false, features = ["parse", "serde"] } [package] @@ -53,7 +53,7 @@ crossterm = { version = "0.28.1", default-features = false, features = ["windows notify-debouncer-mini = { version = "0.4.1", default-features = false } os_pipe = "1.2.1" rustlings-macros = { path = "rustlings-macros", version = "=6.2.0" } -serde_json = "1.0.125" +serde_json = "1.0.127" serde.workspace = true toml_edit.workspace = true |
