Skip to content

Commit f6ae0ce

Browse files
chore(deps): bump mlua from 0.8.6 to 0.8.7 (vectordotdev#15821)
Bumps [mlua](https://github.com/khvzak/mlua) from 0.8.6 to 0.8.7. - [Release notes](https://github.com/khvzak/mlua/releases) - [Changelog](https://github.com/khvzak/mlua/blob/v0.8.7/CHANGELOG.md) - [Commits](mlua-rs/mlua@v0.8.6...v0.8.7) --- updated-dependencies: - dependency-name: mlua dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8349ae2 commit f6ae0ce

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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
@@ -332,7 +332,7 @@ arr_macro = { version = "0.1.3" }
332332
heim = { git = "https://github.com/vectordotdev/heim.git", branch = "update-nix", default-features = false, features = ["disk"] }
333333

334334
# make sure to update the external docs when the Lua version changes
335-
mlua = { version = "0.8.6", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
335+
mlua = { version = "0.8.7", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
336336

337337
[target.'cfg(windows)'.dependencies]
338338
windows-service = "0.5.0"

lib/value/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tracing = { version = "0.1.34", default-features = false, features = ["attribute
1818

1919
# Optional
2020
async-graphql = { version = "5.0.5", default-features = false, optional = true }
21-
mlua = { version = "0.8.6", default-features = false, features = ["lua54", "send", "vendored"], optional = true}
21+
mlua = { version = "0.8.7", default-features = false, features = ["lua54", "send", "vendored"], optional = true}
2222
serde = { version = "1.0.152", default-features = false, features = ["derive", "rc"], optional = true }
2323
serde_json = { version = "1.0.91", optional = true }
2424
toml = { version = "0.5.10", default-features = false, optional = true }
@@ -39,4 +39,4 @@ lookup = { path = "../lookup", default-features = false, features = ["arbitrary"
3939
serde = { version = "1.0.152", default-features = false, features = ["derive", "rc"]}
4040
serde_json = { version = "1.0.91"}
4141
toml = { version = "0.5.10", default-features = false }
42-
mlua = { version = "0.8.6", default-features = false, features = ["lua54", "send", "vendored"]}
42+
mlua = { version = "0.8.7", default-features = false, features = ["lua54", "send", "vendored"]}

lib/vector-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lookup = { path = "../lookup", features = ["arbitrary"] }
2727
metrics = "0.20.1"
2828
metrics-tracing-context = { version = "0.12.0", default-features = false }
2929
metrics-util = { version = "0.14.0", default-features = false, features = ["registry"] }
30-
mlua = { version = "0.8.6", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
30+
mlua = { version = "0.8.7", 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
openssl = { version = "0.10.45", default-features = false, features = ["vendored"] }

0 commit comments

Comments
 (0)