From 7dafb1d85d7e6293b08d98eef6727856a79f2647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:18:23 +0000 Subject: [PATCH] chore(deps): Bump mlua from 0.8.9 to 0.8.10 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] --- 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 01f0d5ea19f7b..ce74dbd399f73 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 83babb5661e22..d9b2e7bacb1a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -334,7 +334,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 c56538fb510a3..8822b63937788 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 }