diff --git a/Cargo.lock b/Cargo.lock index e39b458..7a2b7ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,9 +43,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" +checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" [[package]] name = "anstyle-parse" diff --git a/Cargo.toml b/Cargo.toml index 9047796..e391b97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ slog-async = "2.8.0" slog-envlogger = "2.2.0" slog-term = "2.9.2" toml = "1.0.6" -anstyle = "1.0.13" +anstyle = "1.0.14" zone = "0.3.1" ztest = { git = "https://github.com/oxidecomputer/falcon" } curl = "0.4.49"