From 086d2d4c8ab142a9084dadff9aae7781bce0a0d2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 Jan 2025 20:34:09 +0100
Subject: [PATCH] Bump the regular group with 4 updates (#125)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the regular group with 4 updates:
[anyhow](https://github.com/dtolnay/anyhow),
[serde](https://github.com/serde-rs/serde),
[serde_json](https://github.com/serde-rs/json) and
[snapbox](https://github.com/assert-rs/snapbox).
Updates `anyhow` from 1.0.94 to 1.0.95
Release notes
Sourced from anyhow's
releases.
1.0.95
Commits
48be1ca
Release 1.0.95
a03d6d6
Merge pull request #402
from dtolnay/fromboxed
52e4abb
Add Error::from_boxed with documentation about bidirectional
?
ffecefc
Merge pull request #401
from dtolnay/construct
671f700
Add construct_ prefix to name of private construct functions
- See full diff in compare
view
Updates `serde` from 1.0.215 to 1.0.217
Release notes
Sourced from serde's
releases.
v1.0.217
- Support serializing externally tagged unit variant inside flattened
field (#2786,
thanks
@Mingun
)
v1.0.216
- Mark all generated impls with #[automatically_derived] to exclude
from code coverage (#2866,
#2868,
thanks
@tdittr
)
Commits
930401b
Release 1.0.217
cb6eaea
Fix roundtrip inconsistency:
b6f339c
Resolve repr_packed_without_abi clippy lint in tests
2a5caea
Merge pull request #2872
from dtolnay/ehpersonality
b9f93f9
Add no-std CI on stable compiler
eb5cd47
Drop #[lang = "eh_personality"] from no-std test
8478a3b
Merge pull request #2871
from dtolnay/nostdstart
dbb9091
Replace #[start] with extern fn main
ad8dd41
Release 1.0.216
f91d2ed
Merge pull request #2868
from dtolnay/automaticallyderived
- Additional commits viewable in compare
view
Updates `serde_json` from 1.0.133 to 1.0.134
Release notes
Sourced from serde_json's
releases.
v1.0.134
- Add
RawValue
associated constants for literal
null
, true
, false
(#1221,
thanks @bheylin
)
Commits
b2a1415
Release 1.0.134
9875785
Tweak wording of NULL/TRUE/FALSE documentation
4aa05b9
Merge pull request #1222
from dtolnay/rawvalueassoc
f42c7c7
Move RawValue associated constants into same impl block as public
functions
96576ba
Merge pull request #1221
from bheylin/add-const-raw-values-for-null-and-bools
4db66fb
Add 'static
lifetime to const
's
9c9aa1f
Add literal 'null', 'true' and 'false' consts to RawValue
struct.
- See full diff in compare
view
Updates `snapbox` from 0.6.20 to 0.6.21
Commits
9dce8eb
chore: Release
ad1cce3
docs: Update changelog
a59d285
Merge pull request #373
from epage/dir
99dc7df
feat(dir): Allow in-source dir fixtures
aab7056
feat(dir): Accept more path types for template paths
0099305
Merge pull request #372
from assert-rs/renovate/stable-1.x
65bfaf3
chore(deps): Update dependency STABLE to v1.83.0
- See full diff in compare
view
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 20 ++++++++++----------
Cargo.toml | 8 ++++----
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 264c318..27901f9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -80,9 +80,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.94"
+version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
+checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
[[package]]
name = "arrayvec"
@@ -1381,18 +1381,18 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "serde"
-version = "1.0.215"
+version = "1.0.217"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
+checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.215"
+version = "1.0.217"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
+checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
dependencies = [
"proc-macro2",
"quote",
@@ -1412,9 +1412,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.133"
+version = "1.0.134"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
+checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
dependencies = [
"itoa",
"memchr",
@@ -1472,9 +1472,9 @@ dependencies = [
[[package]]
name = "snapbox"
-version = "0.6.20"
+version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1373ce406dfad473059bbc31d807715642182bbc952a811952b58d1c9e41dcfa"
+checksum = "96dcfc4581e3355d70ac2ee14cfdf81dce3d85c85f1ed9e2c1d3013f53b3436b"
dependencies = [
"anstream",
"anstyle",
diff --git a/Cargo.toml b/Cargo.toml
index 87497ad..4c123d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ version = "0.3.0"
edition = "2021"
[workspace.dependencies]
-anyhow = "1.0.94"
+anyhow = "1.0.95"
assert_fs = "1.1.2"
camino = "1.1.9"
clap = { version = "4.5.23", features = ["derive"] }
@@ -22,9 +22,9 @@ cairo-lang-starknet-classes = "2.9.2"
derived-deref = "2.1.0"
itertools = "0.13.0"
ignore = "0.4.23"
-serde = "1.0.215"
-serde_json = "1.0.133"
-snapbox = "0.6.20"
+serde = "1.0.217"
+serde_json = "1.0.134"
+snapbox = "0.6.21"
indoc = "2.0.5"
regex = "1.11.1"
walkdir = "2.5.0"