diff options
| author | Renovate Bot <[email protected]> | 2024-02-06 10:03:46 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2024-02-06 10:03:46 +0000 |
| commit | aad975c36f1e3971f45336cc0b0fefc3fc1b6a41 (patch) | |
| tree | aff2aff407c8db1b4b4739fe20b74edd1448bb62 /Cargo.toml | |
| parent | 6ddc6b8b87f75ce3a0fca0b9dd433ce517beb628 (diff) | |
Update Rust crate toml to 0.8.10
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ color-eyre = "0.6.2" | |||
| 12 | cron = "0.12.0" | 12 | cron = "0.12.0" |
| 13 | eyre = "0.6.12" | 13 | eyre = "0.6.12" |
| 14 | serde = { version = "1.0.196", features = ["derive"] } | 14 | serde = { version = "1.0.196", features = ["derive"] } |
| 15 | toml = "0.8.8" | 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"] } |
| 18 | 18 | ||
