diff --git a/Cargo.lock b/Cargo.lock index d4c1f0c..af3fa7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,9 +592,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" dependencies = [ "either", ] @@ -1177,9 +1177,9 @@ checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" [[package]] name = "toml_edit" -version = "0.21.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" +checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ "indexmap", "toml_datetime", @@ -1515,7 +1515,7 @@ dependencies = [ "env_logger", "glob", "histo", - "itertools 0.12.0", + "itertools 0.12.1", "lazy_static", "log", "pretty_assertions", diff --git a/Cargo.toml b/Cargo.toml index 0dc41a3..d81852d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,14 +26,14 @@ colour = { version = "0.7.0", optional = true } criterion = { version = "0.5", optional = true } env_logger = { version = "0.10.2", features = [ "auto-color", "humantime" ], optional = true } histo = "1.0.0" -itertools = "0.12.0" +itertools = "0.12.1" log = { version = "0.4.20", optional = true } semver = "1" serde = "1.0.196" serde_json = "1.0.113" serde_yaml = "0.9.31" tempfile = { version = "3.9.0", optional = true } -toml_edit = "0.21.0" +toml_edit = "0.21.1" tracing = { version = "0.1.40", optional = true } [dev-dependencies]