aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-29 08:17:49 +0000
committerIvan Molodetskikh <yalterz@gmail.com>2025-01-29 11:28:39 +0300
commitbeef2da62848345b1345255512e0cdbef5b59dfc (patch)
tree4ac5e5260a9a87d8b6bcbd92e70895d0fc8a76c1
parent9b4d73f13a6906537faf01b5c5e5e2fee9dd602e (diff)
downloadniri-beef2da62848345b1345255512e0cdbef5b59dfc.tar.gz
niri-beef2da62848345b1345255512e0cdbef5b59dfc.tar.bz2
niri-beef2da62848345b1345255512e0cdbef5b59dfc.zip
build(deps): bump the rust-dependencies group across 1 directory with 2 updates
Bumps the rust-dependencies group with 2 updates in the / directory: [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.137...v1.0.138) Updates `insta` from 1.42.0 to 1.42.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.42.0...1.42.1) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock9
-rw-r--r--Cargo.toml4
2 files changed, 7 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2f0ef761..a5adcef3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1764,13 +1764,14 @@ checksum = "bd4f5b4d1c00331c5245163aacfe5f20be75b564c7112d45893d4ae038119eb0"
[[package]]
name = "insta"
-version = "1.42.0"
+version = "1.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6513e4067e16e69ed1db5ab56048ed65db32d10ba5fc1217f5393f8f17d8b5a5"
+checksum = "71c1b125e30d93896b365e156c33dadfffab45ee8400afcbba4752f59de08a86"
dependencies = [
"console",
"linked-hash-map",
"once_cell",
+ "pin-project",
"similar",
]
@@ -3324,9 +3325,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.137"
+version = "1.0.138"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
+checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
dependencies = [
"itoa",
"memchr",
diff --git a/Cargo.toml b/Cargo.toml
index fa5997c4..3bc61140 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,9 +18,9 @@ rust-version = "1.80"
anyhow = "1.0.95"
bitflags = "2.8.0"
clap = { version = "4.5.27", features = ["derive"] }
-insta = "1.42.0"
+insta = "1.42.1"
serde = { version = "1.0.217", features = ["derive"] }
-serde_json = "1.0.137"
+serde_json = "1.0.138"
tracing = { version = "0.1.41", features = ["max_level_trace", "release_max_level_debug"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracy-client = { version = "0.18.0", default-features = false }