aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorMark Wotton <mwotton@gmail.com>2025-05-06 22:29:52 +0700
committerGitHub <noreply@github.com>2025-05-06 08:29:52 -0700
commitd5c3558b7168800603926fa3470c158c570778b8 (patch)
treeed304e1a4d408d901839a5c3a0fad80f8f2172fa /crates
parentchore(deps): Update postmark to 0.11 (#2730) (diff)
downloadatuin-d5c3558b7168800603926fa3470c158c570778b8.zip
chore(deps): update minspan to 0.1.5 (#2729)
* update minspan to 0.1.3 had a correctness bug reported to 0.1.1, should probably update. * Update Cargo.toml * add Cargo.lock changes
Diffstat (limited to 'crates')
-rw-r--r--crates/atuin-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 }