From fe2a380285076ad0bcfbdbd94fd493b3e4de5dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 15:18:35 +0800 Subject: [PATCH] Bump rhai-url from 0.0.1 to 0.0.2 (#55) Bumps [rhai-url](https://github.com/rhaiscript/rhai-url) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/rhaiscript/rhai-url/releases) - [Commits](https://github.com/rhaiscript/rhai-url/compare/v0.0.1...v0.0.2) --- updated-dependencies: - dependency-name: rhai-url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 ++++-- andax/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19ccf0c..0d855e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1545,11 +1545,13 @@ dependencies = [ [[package]] name = "rhai-url" -version = "0.0.1" +version = "0.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "073c38486fbeae61e8ffd6b458a8ac2bcc6996c1e7333cde99a96c7adb03309c" +checksum = "74428be7868582fb0ddd07634132234a769dd2c45413b6e35b37c4bc774c225a" dependencies = [ "rhai", + "serde", + "serde_json", "url", ] diff --git a/andax/Cargo.toml b/andax/Cargo.toml index bacaa9b..773a257 100644 --- a/andax/Cargo.toml +++ b/andax/Cargo.toml @@ -19,7 +19,7 @@ smartstring = "1.0.1" tempfile = "3.4.0" anda-config = { version = "0.1.3", path = "../anda-config" } rhai-fs = "0.1.2" -rhai-url = "0.0.1" +rhai-url = "0.0.2" hcl-rs = "0.14.0" serde-value-flatten = "0.1.0" directories = "5.0.1"