aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-03-01 00:06:24 +0000
committerRenovate Bot <[email protected]>2024-03-01 00:06:24 +0000
commitd22e3adacc3f9391d6a8414412a7bd085dc91536 (patch)
tree8ca289bac2c2867040538623253586b1cd4eb3ca /Cargo.toml
parent7d7209e25e486bb72efd14bbf962338fe82cd609 (diff)
Update Rust crate serde to 1.0.197
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 941527b..239103d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ clap = { version = "4.5.1", features = ["env", "derive"] }
11color-eyre = "0.6.2" 11color-eyre = "0.6.2"
12cron = "0.12.1" 12cron = "0.12.1"
13eyre = "0.6.12" 13eyre = "0.6.12"
14serde = { version = "1.0.196", features = ["derive"] } 14serde = { version = "1.0.197", features = ["derive"] }
15toml = "0.8.10" 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"] }