diff --git a/Cargo.lock b/Cargo.lock index e2db2efa7..29538ca0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,7 +272,7 @@ dependencies = [ [[package]] name = "aya" version = "0.12.0" -source = "git+https://github.com/aya-rs/aya?rev=ab5e688fd49fcfb402ad47d51cb445437fbd8cb7#ab5e688fd49fcfb402ad47d51cb445437fbd8cb7" +source = "git+https://github.com/astoycos/aya?rev=e4289e4711583fd25b5e574222e9791db2400700#e4289e4711583fd25b5e574222e9791db2400700" dependencies = [ "assert_matches", "aya-obj", @@ -288,7 +288,7 @@ dependencies = [ [[package]] name = "aya-obj" version = "0.1.0" -source = "git+https://github.com/aya-rs/aya?rev=ab5e688fd49fcfb402ad47d51cb445437fbd8cb7#ab5e688fd49fcfb402ad47d51cb445437fbd8cb7" +source = "git+https://github.com/astoycos/aya?rev=e4289e4711583fd25b5e574222e9791db2400700#e4289e4711583fd25b5e574222e9791db2400700" dependencies = [ "bytes", "core-error", diff --git a/Cargo.toml b/Cargo.toml index 62aaebb29..6269802f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,5 +101,5 @@ platforms = [ ] [patch.crates-io] -aya = { git = "https://github.com/aya-rs/aya", rev = "ab5e688fd49fcfb402ad47d51cb445437fbd8cb7" } -aya-obj = { git = "https://github.com/aya-rs/aya", rev = "ab5e688fd49fcfb402ad47d51cb445437fbd8cb7" } +aya = { git = "https://github.com/astoycos/aya", rev = "e4289e4711583fd25b5e574222e9791db2400700" } +aya-obj = { git = "https://github.com/astoycos/aya", rev = "e4289e4711583fd25b5e574222e9791db2400700" }