From 19153b02ca48abf4d7161276fcbad36f7d920ebe Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 1 Dec 2024 00:29:36 +0000
Subject: [PATCH] chore(deps): update compatible (#81)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [cfgrammar](https://redirect.github.com/softdevteam/grmtools) |
build-dependencies | patch | `0.13.7` -> `0.13.8` |
| [cfgrammar](https://redirect.github.com/softdevteam/grmtools) |
dependencies | patch | `0.13.7` -> `0.13.8` |
| [lrlex](https://redirect.github.com/softdevteam/grmtools) |
build-dependencies | patch | `0.13.7` -> `0.13.8` |
| [lrlex](https://redirect.github.com/softdevteam/grmtools) |
dependencies | patch | `0.13.7` -> `0.13.8` |
| [lrpar](https://redirect.github.com/softdevteam/grmtools) |
build-dependencies | patch | `0.13.7` -> `0.13.8` |
| [lrpar](https://redirect.github.com/softdevteam/grmtools) |
dependencies | patch | `0.13.7` -> `0.13.8` |
| [serde_json](https://redirect.github.com/serde-rs/json) | dependencies
| patch | `1.0.132` -> `1.0.133` |
---
### Release Notes
softdevteam/grmtools (cfgrammar)
###
[`v0.13.8`](https://redirect.github.com/softdevteam/grmtools/blob/HEAD/CHANGES.md#grmtools-0138-2024-11-07)
- `%parse-param` can now use types that implement `Clone` (i.e. relaxing
the
previous stringent requirement that types were `Copy`).
- Document start states in the grmtools book.
- Allow `lrlex` and `nimbleparse` to read from stdin if the path is `-`.
serde-rs/json (serde_json)
###
[`v1.0.133`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.133)
[Compare
Source](https://redirect.github.com/serde-rs/json/compare/v1.0.132...v1.0.133)
- Implement From<\[T; N]> for serde_json::Value
([#1215](https://redirect.github.com/serde-rs/json/issues/1215))
---
### Configuration
📅 **Schedule**: Branch creation - "before 5am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/rosetta-rs/parse-rosetta-rs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
Cargo.lock | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 20f2845..dd00088 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -127,9 +127,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfgrammar"
-version = "0.13.7"
+version = "0.13.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6026d8cd82ada8bbcfe337805dd1eb6afdc9e80fa4d57e977b3a36315e0c5525"
+checksum = "6d621f687a04efa1f269f1cd13d8cfea9660852bdb3d1cd2c3c9fb6fdd34daf2"
dependencies = [
"indexmap",
"lazy_static",
@@ -450,9 +450,9 @@ dependencies = [
[[package]]
name = "lrlex"
-version = "0.13.7"
+version = "0.13.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "05863fdac293d1bc74f0cd91512933a5ab67e0cb607dc78ac4984be089456b49"
+checksum = "6fe1e8741f737ba4b6d781f716051df6375ff0488d57ee23822a2cdba1c3dc7a"
dependencies = [
"cfgrammar",
"getopts",
@@ -468,9 +468,9 @@ dependencies = [
[[package]]
name = "lrpar"
-version = "0.13.7"
+version = "0.13.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3b1ecae55cf667db308d3555e22b20bcc28eaeca0c95a09b37171673be157c71"
+checksum = "19c61bcff4c1dd2deb9567ea868237828a8cd179c3f64106f6726656e372421d"
dependencies = [
"bincode",
"cactus",
@@ -848,9 +848,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.132"
+version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
+checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
dependencies = [
"itoa",
"memchr",