Skip to content

Commit 7dafb1d

Browse files
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](mlua-rs/mlua@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] <[email protected]>
1 parent d10e373 commit 7dafb1d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
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
@@ -334,7 +334,7 @@ arr_macro = { version = "0.2.1" }
334334
heim = { git = "https://github.com/vectordotdev/heim.git", branch = "update-nix", default-features = false, features = ["disk"] }
335335

336336
# make sure to update the external docs when the Lua version changes
337-
mlua = { version = "0.8.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
337+
mlua = { version = "0.8.10", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
338338

339339
[target.'cfg(windows)'.dependencies]
340340
windows-service = "0.6.0"

lib/vector-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lookup = { package = "vector-lookup", path = "../vector-lookup" }
2828
metrics = "0.21.1"
2929
metrics-tracing-context = { version = "0.14.0", default-features = false }
3030
metrics-util = { version = "0.15.1", default-features = false, features = ["registry"] }
31-
mlua = { version = "0.8.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
31+
mlua = { version = "0.8.10", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
3232
no-proxy = { version = "0.3.4", default-features = false, features = ["serialize"] }
3333
once_cell = { version = "1.18", default-features = false }
3434
ordered-float = { version = "3.7.0", default-features = false }

0 commit comments

Comments
 (0)