diff --git a/Cargo.toml b/Cargo.toml index 1025275..b91a991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ chrono = { version = "0.4.23", features = ["serde"] } futures = "0.3.26" getset = "0.1.2" num_cpus = "1.15.0" -serde = { version = "1.0.153", features = ["derive"] } +serde = { version = "1.0.154", features = ["derive"] } serde_json = "1.0.94" sqlx = { version = "0.6.2", features = ["postgres", "json", "chrono"] } thiserror = "1.0.39" diff --git a/crates/crontab_parser/Cargo.toml b/crates/crontab_parser/Cargo.toml index 41e1834..310e764 100644 --- a/crates/crontab_parser/Cargo.toml +++ b/crates/crontab_parser/Cargo.toml @@ -17,7 +17,7 @@ readme = "README.md" archimedes_crontab_types = { path = "../crontab_types", version = "0.1.0" } json5 = "0.4.1" nom = "7.1.3" -serde = { version = "1.0.153", features = ["derive"] } +serde = { version = "1.0.154", features = ["derive"] } serde_json = "1.0.94" serde_qs = "0.12.0" thiserror = "1.0.39" diff --git a/crates/crontab_runner/Cargo.toml b/crates/crontab_runner/Cargo.toml index daec6cf..3fb62a4 100644 --- a/crates/crontab_runner/Cargo.toml +++ b/crates/crontab_runner/Cargo.toml @@ -22,7 +22,7 @@ archimedes_shutdown_signal = { path = "../shutdown_signal", version = "0.1.0" } chrono = { version = "0.4.23", features = ["serde"] } sqlx = { version = "0.6.2", features = ["chrono", "postgres", "json"] } thiserror = "1.0.39" -serde = { version = "1.0.153", features = ["derive"] } +serde = { version = "1.0.154", features = ["derive"] } serde_json = "1.0.94" getset = "0.1.2" tracing = "0.1.37"