From 03fe2fea176066729b9ef27c27acbfa46fcabd96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:27:16 +0000 Subject: [PATCH] chore(deps): Bump mlua from 0.8.9 to 0.8.10 (#18292) Bumps [mlua](https://github.com/khvzak/mlua) from 0.8.9 to 0.8.10. - [Changelog](https://github.com/khvzak/mlua/blob/master/CHANGELOG.md) - [Commits](https://github.com/khvzak/mlua/compare/v0.8.9...v0.8.10) --- updated-dependencies: - dependency-name: mlua 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 | 4 ++-- Cargo.toml | 2 +- lib/vector-core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1cf0610b0d8a5..1605e242210d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5217,9 +5217,9 @@ dependencies = [ [[package]] name = "mlua" -version = "0.8.9" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07366ed2cd22a3b000aed076e2b68896fb46f06f1f5786c5962da73c0af01577" +checksum = "0bb37b0ba91f017aa7ca2b98ef99496827770cd635b4a932a6047c5b4bbe678e" dependencies = [ "bstr 0.2.17", "cc", diff --git a/Cargo.toml b/Cargo.toml index 9dcac6a4d6950..a4ad677f6d80d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -335,7 +335,7 @@ arr_macro = { version = "0.2.1" } heim = { git = "https://github.com/vectordotdev/heim.git", branch = "update-nix", default-features = false, features = ["disk"] } # make sure to update the external docs when the Lua version changes -mlua = { version = "0.8.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true } +mlua = { version = "0.8.10", default-features = false, features = ["lua54", "send", "vendored"], optional = true } [target.'cfg(windows)'.dependencies] windows-service = "0.6.0" diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index eddeb104cc472..ca016e61b5757 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -28,7 +28,7 @@ lookup = { package = "vector-lookup", path = "../vector-lookup" } metrics = "0.21.1" metrics-tracing-context = { version = "0.14.0", default-features = false } metrics-util = { version = "0.15.1", default-features = false, features = ["registry"] } -mlua = { version = "0.8.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true } +mlua = { version = "0.8.10", default-features = false, features = ["lua54", "send", "vendored"], optional = true } no-proxy = { version = "0.3.4", default-features = false, features = ["serialize"] } once_cell = { version = "1.18", default-features = false } ordered-float = { version = "3.7.0", default-features = false }