diff options
author | dependabot[bot] | 2023-10-24 05:13:46 +0000 |
---|---|---|
committer | GitHub | 2023-10-24 05:13:46 +0000 |
commit | fef4d5321b5eb1b13ba996243c88eade98e951f9 (patch) | |
tree | a0e5227732a54a5caf19d28447af9e60293d3e19 /Cargo.lock | |
parent | 88bc52a57058941e8f56b298b179426023184ac3 (diff) |
build(deps): bump ropey from 1.6.0 to 1.6.1 (#8593)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1812,9 +1812,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "ropey" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53ce7a2c43a32e50d666e33c5a80251b31147bb4b49024bcab11fb6f20c671ed" +checksum = "93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5" dependencies = [ "smallvec", "str_indices", |