aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-03-11 17:05:40 +0000
committerRenovate Bot <[email protected]>2024-03-11 17:05:40 +0000
commitd86bbddb687a5b3110881e5db0dc23a2beaad21f (patch)
tree70e6068d638676ea58d7f935dae259123285992b /Cargo.toml
parent0c4d9b8e57eafcd2dbae1b34ec5b70585dbab23b (diff)
Update Rust crate toml to 0.8.11
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 ae31579..f42fae7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ color-eyre = "0.6.2"
12cron = "0.12.1" 12cron = "0.12.1"
13eyre = "0.6.12" 13eyre = "0.6.12"
14serde = { version = "1.0.197", features = ["derive"] } 14serde = { version = "1.0.197", features = ["derive"] }
15toml = "0.8.10" 15toml = "0.8.11"
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