diff options
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2565,9 +2565,9 @@ dependencies = [ [[package]] name = "minspan" -version = "0.1.2" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eea6e49e831ee0ee624f0435c357e452f6a68e194335f457a4d1551c09c9a300" +checksum = "20219d20b3b77f743358539a182e339a6f682e09bb5675f870f320c4a1058c44" [[package]] name = "mio" diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 34b63ef6..aa887f22 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -39,7 +39,7 @@ itertools = { workspace = true } rand = { workspace = true } shellexpand = "3" sqlx = { workspace = true, features = ["sqlite", "regexp"] } -minspan = "0.1.1" +minspan = "0.1.5" regex = "1.10.5" serde_regex = "1.1.0" fs-err = { workspace = true } |
