diff options
| author | Renovate Bot <[email protected]> | 2024-03-01 00:06:24 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2024-03-01 00:06:24 +0000 |
| commit | d22e3adacc3f9391d6a8414412a7bd085dc91536 (patch) | |
| tree | 8ca289bac2c2867040538623253586b1cd4eb3ca /Cargo.toml | |
| parent | 7d7209e25e486bb72efd14bbf962338fe82cd609 (diff) | |
Update Rust crate serde to 1.0.197
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -11,7 +11,7 @@ clap = { version = "4.5.1", features = ["env", "derive"] } | |||
| 11 | color-eyre = "0.6.2" | 11 | color-eyre = "0.6.2" |
| 12 | cron = "0.12.1" | 12 | cron = "0.12.1" |
| 13 | eyre = "0.6.12" | 13 | eyre = "0.6.12" |
| 14 | serde = { version = "1.0.196", features = ["derive"] } | 14 | serde = { version = "1.0.197", features = ["derive"] } |
| 15 | toml = "0.8.10" | 15 | toml = "0.8.10" |
| 16 | tracing = "0.1.40" | 16 | tracing = "0.1.40" |
| 17 | tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } | 17 | tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } |
