Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-dependencies-cargo group with 5 updates #79

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps the all-dependencies-cargo group with 5 updates:

Package From To
serde_json 1.0.104 1.0.105
regex 1.9.3 1.9.4
mlua 0.8.9 0.9.1
handlebars 4.3.7 4.4.0
clap 4.3.21 4.4.2

Updates serde_json from 1.0.104 to 1.0.105

Release notes

Sourced from serde_json's releases.

v1.0.105

  • Support bool in map keys (#1054)
Commits
  • 0daacdd Release 1.0.105
  • 59d9f96 Merge pull request #1055 from dtolnay/boolkey
  • 9b69f16 Delete test_serialize_rejects_bool_keys
  • 68a5582 Support deserializing bool in map keys
  • 283a68b Support serializing bool in map keys
  • 58dd8d9 Add test for boolean keys in map
  • 8652bf2 Resolve ignored_unit_patterns pedantic clippy lint
  • See full diff in compare view

Updates regex from 1.9.3 to 1.9.4

Changelog

Sourced from regex's changelog.

1.9.4 (2023-08-26)

This is a patch release that fixes a bug where RegexSet::is_match(..) could incorrectly return false (even when RegexSet::matches(..).matched_any() returns true).

Bug fixes:

Commits
  • f39ab4d 1.9.4
  • 3f15f1c deps: bump regex-syntax and regex-automata versions
  • 89b452a regex-automata-0.3.7
  • 990979b regex-syntax-0.7.5
  • e008f83 changelog: 1.9.4
  • c788378 ci: drop mips, add powerpc and s390x
  • de03399 automata: fix incorrect use of Aho-Corasick's "standard" semantics
  • 7536e05 syntax: remove superfluous borrow
  • 81e328a doc: fix typo in module-level doc
  • 10faa44 doc: fix a couple typos
  • Additional commits viewable in compare view

Updates mlua from 0.8.9 to 0.9.1

Changelog

Sourced from mlua's changelog.

v0.9.1

  • impl Default for Lua
  • impl IntoLuaMulti for std::result::Result<(), E>
  • Fix using wrong userdata index after processing Variadic args (#311)

v0.9.0

Changes since v0.9.0-rc.3

  • Improved non-static (scoped) userdata support
  • Added Scope::create_any_userdata() method
  • Added Lua::set_vector_metatable() method (unstable feature flag)
  • Added OwnedThread type (unstable feature flag)
  • Minimal Luau updated to 0.590
  • Added new option sort_keys to DeserializeOptions (Lua::from_value() method)
  • Changed Table::raw_len() output type to usize
  • Helper functions for Value (eg: Value::as_number()/Value::as_string/etc)
  • Performance improvements

v0.9.0-rc.3

  • Minimal Luau updated to 0.588

v0.9.0-rc.2

  • Added #[derive(FromLua)] macro to opt-in into FromLua<T> where T: 'static + Clone (userdata type).
  • Support vendored module mode for windows (raw-dylib linking, Rust 1.71+)
  • module and vendored features are now mutually exclusive
  • Use C-unwind ABI (Rust 1.71+)
  • Changed AsChunk trait to support capturing wrapped Lua types

v0.9.0-rc.1

  • UserDataMethods::add_async_method() takes &T instead of cloning T
  • Implemented PartialEq<[T]> for tables
  • Added Luau 4-dimensional vectors support (luau-vector4 feature)
  • Table::sequence_values() iterator no longer uses any metamethods (Table::raw_sequence_values() is deprecated)
  • Added Table:is_empty() function that checks both hash and array parts
  • Refactored Debug interface
  • Re-exported ffi (mlua-sys) crate for easier writing of unsafe code
  • Refactored Lua 5.4 warnings interface
  • Take &str as function name in TableExt and AnyUserDataExt traits
  • Added module attribule skip_memory_check to improve performance
  • Added AnyUserData::wrap() to provide more easy way of creating any userdata in Lua

v0.9.0-beta.3

  • Added OwnedAnyUserData::take()
  • Switch to DeserializeOwned

... (truncated)

Commits

Updates handlebars from 4.3.7 to 4.4.0

Changelog

Sourced from handlebars's changelog.

4.4.0 - 2023-09-01

  • [Changed] Updated rust-embed to 8.0.0
Commits
  • ee5e241 (cargo-release) version 4.4.0
  • 9b91dea chore: update changelog
  • 8e0e1ee chore(deps): update rust-embed requirement from 6.3.0 to 8.0.0
  • See full diff in compare view

Updates clap from 4.3.21 to 4.4.2

Release notes

Sourced from clap's releases.

v4.4.2

[4.4.2] - 2023-08-31

Performance

  • Improve build times by removing once_cell dependency

v4.4.1

[4.4.1] - 2023-08-28

Features

  • Stabilize Command::styles

v4.3.24

[4.3.24] - 2023-08-23

Fixes

  • Ensure column padding is preserved in --help with custom templates

v4.3.23

[4.3.23] - 2023-08-18

Fixes

  • Fixed UnknownArgumentValueParser to not error on flag's absence

v4.3.22

[4.3.22] - 2023-08-17

Features

  • Add UnknownArgumentValueParser for injecting errors for improving the experience with errors
Changelog

Sourced from clap's changelog.

[4.4.2] - 2023-08-31

Performance

  • Improve build times by removing once_cell dependency

[4.4.1] - 2023-08-28

Features

  • Stabilize Command::styles

[4.4.0] - 2023-08-24

Compatibility

  • Update MSRV to 1.70.0

[4.3.24] - 2023-08-23

Fixes

  • Ensure column padding is preserved in --help with custom templates

[4.3.23] - 2023-08-18

Fixes

  • Fixed UnknownArgumentValueParser to not error on flag's absence

[4.3.22] - 2023-08-17

Features

  • Add UnknownArgumentValueParser for injecting errors for improving the experience with errors
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies-cargo group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.104` | `1.0.105` |
| [regex](https://github.com/rust-lang/regex) | `1.9.3` | `1.9.4` |
| [mlua](https://github.com/khvzak/mlua) | `0.8.9` | `0.9.1` |
| [handlebars](https://github.com/sunng87/handlebars-rust) | `4.3.7` | `4.4.0` |
| [clap](https://github.com/clap-rs/clap) | `4.3.21` | `4.4.2` |


Updates `serde_json` from 1.0.104 to 1.0.105
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.104...v1.0.105)

Updates `regex` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.9.3...1.9.4)

Updates `mlua` from 0.8.9 to 0.9.1
- [Changelog](https://github.com/khvzak/mlua/blob/master/CHANGELOG.md)
- [Commits](mlua-rs/mlua@v0.8.9...v0.9.1)

Updates `handlebars` from 4.3.7 to 4.4.0
- [Release notes](https://github.com/sunng87/handlebars-rust/releases)
- [Changelog](https://github.com/sunng87/handlebars-rust/blob/v4.4.0/CHANGELOG.md)
- [Commits](sunng87/handlebars-rust@v4.3.7...v4.4.0)

Updates `clap` from 4.3.21 to 4.4.2
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.3.21...v4.4.2)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies-cargo
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies-cargo
- dependency-name: mlua
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
- dependency-name: handlebars
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 1, 2023
@bomgar bomgar merged commit 09e6691 into master Sep 1, 2023
2 checks passed
@bomgar bomgar deleted the dependabot/cargo/all-dependencies-cargo-3792a75e73 branch September 1, 2023 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant