Skip to content

Commit

Permalink
chore(deps): update rust crate check-latest to 1.0.2 (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 44b8e96 commit 8480a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tools/repl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8480a49

Please sign in to comment.