diff --git a/Cargo.lock b/Cargo.lock index ebd9e5188e..615825bd75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -794,7 +794,7 @@ dependencies = [ [[package]] name = "bromberg_sl2" version = "0.6.0" -source = "git+https://github.com/zed-industries/bromberg_sl2?rev=dac565a90e8f9245f48ff46225c915dc50f76920#dac565a90e8f9245f48ff46225c915dc50f76920" +source = "git+https://github.com/zed-industries/bromberg_sl2?rev=950bc5482c216c395049ae33ae4501e08975f17f#950bc5482c216c395049ae33ae4501e08975f17f" dependencies = [ "digest 0.9.0", "lazy_static", diff --git a/crates/rope/Cargo.toml b/crates/rope/Cargo.toml index 8257ef4a6e..4566b8397d 100644 --- a/crates/rope/Cargo.toml +++ b/crates/rope/Cargo.toml @@ -8,7 +8,7 @@ publish = false path = "src/rope.rs" [dependencies] -bromberg_sl2 = { git = "https://github.com/zed-industries/bromberg_sl2", rev = "dac565a90e8f9245f48ff46225c915dc50f76920" } +bromberg_sl2 = { git = "https://github.com/zed-industries/bromberg_sl2", rev = "950bc5482c216c395049ae33ae4501e08975f17f" } smallvec = { version = "1.6", features = ["union"] } sum_tree = { path = "../sum_tree" } arrayvec = "0.7.1"