diff --git a/Cargo.toml b/Cargo.toml index 70083f0..56fdfed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ notify = "8.0" serde = { version = "1", features = ["derive"] } serde_json = "1.0.138" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } -toml = "0.8" +toml = "0.9" tracing = "0.1" tracing-subscriber = "0.3" transformrs = "1.0" @@ -27,7 +27,7 @@ assert_cmd = "2" predicates = "3" pretty_assertions = "1" tempfile = "3" -toml = "0.8" +toml = "0.9" [profile.release] # Reduces binary size from 9.9M to 7.5M on MacOS.