diff --git a/Cargo.lock b/Cargo.lock index b48d1419f..709aeac71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,7 +694,7 @@ dependencies = [ [[package]] name = "fontique" version = "0.1.0" -source = "git+https://github.com/linebender/parley?rev=75199b2d5776268fca5395bde10ecb4924892681#75199b2d5776268fca5395bde10ecb4924892681" +source = "git+https://github.com/linebender/parley?rev=fb8a5eef25d4f70c25f8d1498d371eaafc6d51a6#fb8a5eef25d4f70c25f8d1498d371eaafc6d51a6" dependencies = [ "anyhow", "bytemuck", @@ -1611,7 +1611,7 @@ dependencies = [ [[package]] name = "parley" version = "0.1.0" -source = "git+https://github.com/linebender/parley?rev=75199b2d5776268fca5395bde10ecb4924892681#75199b2d5776268fca5395bde10ecb4924892681" +source = "git+https://github.com/linebender/parley?rev=fb8a5eef25d4f70c25f8d1498d371eaafc6d51a6#fb8a5eef25d4f70c25f8d1498d371eaafc6d51a6" dependencies = [ "fontique", "peniko", diff --git a/Cargo.toml b/Cargo.toml index 3d1406835..3777b131e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ xilem_core = { version = "0.1.0", path = "crates/xilem_core" } masonry = { version = "0.1.0", path = "crates/masonry" } kurbo = "0.11.0" winit = { version = "0.29", features = ["rwh_05"] } -parley = { git = "https://github.com/linebender/parley", rev = "75199b2d5776268fca5395bde10ecb4924892681" } +parley = { git = "https://github.com/linebender/parley", rev = "fb8a5eef25d4f70c25f8d1498d371eaafc6d51a6" } vello = { git = "https://github.com/linebender/vello/", rev = "b520a35addfa6bbb37d93491d2b8236528faf3b5" } [workspace.lints]