Skip to content

Commit 57f8bd4

Browse files
chore(deps): bump mlua from 0.8.8 to 0.8.9 (vectordotdev#17423)
Bumps [mlua](https://github.com/khvzak/mlua) from 0.8.8 to 0.8.9. - [Changelog](https://github.com/khvzak/mlua/blob/v0.8.9/CHANGELOG.md) - [Commits](mlua-rs/mlua@v0.8.8...v0.8.9) --- updated-dependencies: - dependency-name: mlua dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3320eda commit 57f8bd4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ arr_macro = { version = "0.2.1" }
322322
heim = { git = "https://github.com/vectordotdev/heim.git", branch = "update-nix", default-features = false, features = ["disk"] }
323323

324324
# make sure to update the external docs when the Lua version changes
325-
mlua = { version = "0.8.8", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
325+
mlua = { version = "0.8.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
326326

327327
[target.'cfg(windows)'.dependencies]
328328
windows-service = "0.6.0"

lib/vector-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lookup = { package = "vector-lookup", path = "../vector-lookup" }
2727
metrics = "0.21.0"
2828
metrics-tracing-context = { version = "0.14.0", default-features = false }
2929
metrics-util = { version = "0.15.0", default-features = false, features = ["registry"] }
30-
mlua = { version = "0.8.8", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
30+
mlua = { version = "0.8.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
3131
no-proxy = { version = "0.3.2", default-features = false, features = ["serialize"] }
3232
once_cell = { version = "1.17", default-features = false }
3333
ordered-float = { version = "3.7.0", default-features = false }

0 commit comments

Comments
 (0)