diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index 6c8958d91..f6f803933 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -26,7 +26,7 @@ toml = "0.7.2" atty = "0.2.14" thiserror = "1.0.50" anyhow = "1.0.75" -check-latest = { version = "1.0.1", optional = true } +check-latest = { version = "1.0.2", optional = true } clap = "2.34.0" exitfailure = "0.5.1" serde = "1.0.147" diff --git a/tools/repl/Cargo.toml b/tools/repl/Cargo.toml index 60cf0a054..ebffe0791 100644 --- a/tools/repl/Cargo.toml +++ b/tools/repl/Cargo.toml @@ -22,7 +22,7 @@ serde = "1.0.147" serde_json = "1.0.107" env_logger = "0.10.0" -check-latest = { version = "1.0.1", optional = true } +check-latest = { version = "1.0.2", optional = true } log = "0.4.20" rustyline = { version = "10.0.0", features = ["with-fuzzy"] } rustyline-derive = "0.7.0"