aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-02-06 10:03:46 +0000
committerRenovate Bot <[email protected]>2024-02-06 10:03:46 +0000
commitaad975c36f1e3971f45336cc0b0fefc3fc1b6a41 (patch)
treeaff2aff407c8db1b4b4739fe20b74edd1448bb62 /Cargo.toml
parent6ddc6b8b87f75ce3a0fca0b9dd433ce517beb628 (diff)
Update Rust crate toml to 0.8.10
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c52815d..092543f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ color-eyre = "0.6.2"
12cron = "0.12.0" 12cron = "0.12.0"
13eyre = "0.6.12" 13eyre = "0.6.12"
14serde = { version = "1.0.196", features = ["derive"] } 14serde = { version = "1.0.196", features = ["derive"] }
15toml = "0.8.8" 15toml = "0.8.10"
16tracing = "0.1.40" 16tracing = "0.1.40"
17tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } 17tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
18 18