aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-01-13 17:05:17 +0000
committerRenovate Bot <[email protected]>2024-01-13 17:05:17 +0000
commita8e48483821c4f75101331ab87bad14146770efb (patch)
tree450088993c389190f071d71a43a56b2c00fd80cc /Cargo.toml
parent9133e8f8a5afbdf12fa9cf1182ad34f99698f23c (diff)
Update Rust crate serde to 1.0.195
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 5dd8399..3a79c00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ clap = { version = "4.4.16", features = ["env", "derive"] }
11color-eyre = "0.6.2" 11color-eyre = "0.6.2"
12cron = "0.12.0" 12cron = "0.12.0"
13eyre = "0.6.11" 13eyre = "0.6.11"
14serde = { version = "1.0.193", features = ["derive"] } 14serde = { version = "1.0.195", features = ["derive"] }
15toml = "0.8.8" 15toml = "0.8.8"
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"] }