diff --git a/Cargo.lock b/Cargo.lock index f9e625f..ac0d802 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "itoa" -version = "1.0.11" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" +checksum = "540654e97a3f4470a492cd30ff187bc95d89557a903a2bbf112e2fae98104ef2" [[package]] name = "js-sys" diff --git a/Cargo.toml b/Cargo.toml index 8a6818c..50a5602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ color-eyre = { version = "0.6.3", default-features = false } ctrlc = "3.4.5" dotenvy = "0.15.7" indexmap = { version = "2.6.0", features = ["serde"] } -itoa = "1.0.11" +itoa = "1.0.13" owo-colors = { version = "4.1.0", features = ["supports-colors"] } serde = { version = "1.0.214", features = ["derive"] } shlex = "1.3.0"