From ff816c4fdcd8d90bcfc2d65e424efe0ccec9b40f Mon Sep 17 00:00:00 2001 From: akulij Date: Mon, 2 Jun 2025 05:21:45 +0000 Subject: [PATCH] update revision of quickjs-rusty --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2657813..8a2fe0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1470,7 +1470,7 @@ dependencies = [ [[package]] name = "libquickjs-ng-sys" version = "0.9.0" -source = "git+https://github.com/akulij/quickjs-rusty.git?rev=db95c0b#db95c0b8fea668cc2df967898ea59e9b219926df" +source = "git+https://github.com/akulij/quickjs-rusty.git?rev=549f830#549f8308b737006098293b2f0a5ff8ed420442b5" dependencies = [ "bindgen", "cc", @@ -2015,7 +2015,7 @@ dependencies = [ [[package]] name = "quickjs-rusty" version = "0.9.0" -source = "git+https://github.com/akulij/quickjs-rusty.git?rev=db95c0b#db95c0b8fea668cc2df967898ea59e9b219926df" +source = "git+https://github.com/akulij/quickjs-rusty.git?rev=549f830#549f8308b737006098293b2f0a5ff8ed420442b5" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 74002eb..3cf7c10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ lazy_static = "1.5.0" log = "0.4.27" mongodb = "3.2.3" pretty_env_logger = "0.5.0" -quickjs-rusty = { git = "https://github.com/akulij/quickjs-rusty.git", rev = "db95c0b" } +quickjs-rusty = { git = "https://github.com/akulij/quickjs-rusty.git", rev = "549f830" } serde = { version = "1.0.219", features = ["derive", "serde_derive"] } serde_json = "1.0.140" teloxide = { version = "0.14.0", features = ["macros", "postgres-storage-nativetls"] }