From bb0745a3935cab24a5a097a0b153a9d5c488b0a7 Mon Sep 17 00:00:00 2001 From: Runji Wang Date: Wed, 31 Jan 2024 16:45:17 +0800 Subject: [PATCH] bump rquickjs Signed-off-by: Runji Wang --- Cargo.lock | 13 +++++++------ Cargo.toml | 2 -- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b73909cc9797..a09d519868fb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10090,26 +10090,27 @@ dependencies = [ [[package]] name = "rquickjs" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0db265d331ae1b1a9fdb68466a8359bc9dcc5e78a9c323f790322f8442e005ac" +checksum = "511ee02660e19cf451ebcbda6151a4023044293066e9ccd2b0498047203f6ab1" dependencies = [ "rquickjs-core", ] [[package]] name = "rquickjs-core" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48e51f2fc99917699385bfa290b776e712e414b222d7c2a9b2cd67b8e93585f3" +checksum = "c10ce0bc11e249e738aadb8119e9a7619125cb866208236d88d2ee3dcdb7a67d" dependencies = [ "rquickjs-sys", ] [[package]] name = "rquickjs-sys" -version = "0.4.2" -source = "git+https://github.com/DelSkayn/rquickjs.git?rev=60696e8#60696e88dfb903d8f5cd81b2667fb3f64f9e9f67" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86030d52fc20e68115f93738c2cb960d6f900f64d99e1013ea0e170381eb0a72" dependencies = [ "cc", ] diff --git a/Cargo.toml b/Cargo.toml index b887bb254da61..02ca4fd6b0c53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -282,8 +282,6 @@ tokio-postgres = { git = "https://github.com/madsim-rs/rust-postgres.git", rev = futures-timer = { git = "https://github.com/madsim-rs/futures-timer.git", rev = "05b33b4" } # patch: unlimit 4MB message size for grpc client etcd-client = { git = "https://github.com/risingwavelabs/etcd-client.git", rev = "4e84d40" } -# need binding on aarch64-unknown-linux-gnu, waiting for new release -rquickjs-sys = { git = "https://github.com/DelSkayn/rquickjs.git", rev = "60696e8" } [workspace.metadata.dylint] libraries = [{ path = "./lints" }]