diff options
author | dependabot[bot] | 2024-03-06 02:08:07 +0000 |
---|---|---|
committer | GitHub | 2024-03-06 02:08:07 +0000 |
commit | 7d8c86e4039551ebe754d9e3753b9b99e6fa6419 (patch) | |
tree | d19b035757b0fd8ac88f99e1622ef07bcd0cb8d8 /helix-vcs | |
parent | 3f98891e7952a748f814e6741f4375c9b7aa0983 (diff) |
build(deps): bump arc-swap from 1.6.0 to 1.7.0 (#9809)
Diffstat (limited to 'helix-vcs')
-rw-r--r-- | helix-vcs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml index 32aca4f0..874b92d0 100644 --- a/helix-vcs/Cargo.toml +++ b/helix-vcs/Cargo.toml @@ -17,7 +17,7 @@ helix-event = { path = "../helix-event" } tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] } parking_lot = "0.12" -arc-swap = { version = "1.6.0" } +arc-swap = { version = "1.7.0" } gix = { version = "0.58.0", features = ["attributes"], default-features = false, optional = true } imara-diff = "0.1.5" |