diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-29 08:17:49 +0000 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-01-29 11:28:39 +0300 |
| commit | beef2da62848345b1345255512e0cdbef5b59dfc (patch) | |
| tree | 4ac5e5260a9a87d8b6bcbd92e70895d0fc8a76c1 /Cargo.toml | |
| parent | 9b4d73f13a6906537faf01b5c5e5e2fee9dd602e (diff) | |
| download | niri-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>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |
