just playing with tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cargo: bump the cargo-dependencies group with 3 updates

Bumps the cargo-dependencies group with 3 updates: [insta](https://github.com/mitsuhiko/insta), [pest](https://github.com/pest-parser/pest) and [pest_derive](https://github.com/pest-parser/pest).


Updates `insta` from 1.39.0 to 1.40.0
- [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.39.0...1.40.0)

Updates `pest` from 2.7.11 to 2.7.12
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](https://github.com/pest-parser/pest/compare/v2.7.11...v2.7.12)

Updates `pest_derive` from 2.7.11 to 2.7.12
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](https://github.com/pest-parser/pest/compare/v2.7.11...v2.7.12)

---
updated-dependencies:
- dependency-name: insta
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo-dependencies
- dependency-name: pest
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-dependencies
- dependency-name: pest_derive
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
github-actions[bot]
24c4d431 3133534b

+13 -13
+10 -10
Cargo.lock
··· 1717 1717 1718 1718 [[package]] 1719 1719 name = "insta" 1720 - version = "1.39.0" 1720 + version = "1.40.0" 1721 1721 source = "registry+https://github.com/rust-lang/crates.io-index" 1722 - checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" 1722 + checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" 1723 1723 dependencies = [ 1724 1724 "console", 1725 1725 "lazy_static", ··· 2311 2311 2312 2312 [[package]] 2313 2313 name = "pest" 2314 - version = "2.7.11" 2314 + version = "2.7.12" 2315 2315 source = "registry+https://github.com/rust-lang/crates.io-index" 2316 - checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" 2316 + checksum = "9c73c26c01b8c87956cea613c907c9d6ecffd8d18a2a5908e5de0adfaa185cea" 2317 2317 dependencies = [ 2318 2318 "memchr", 2319 2319 "thiserror", ··· 2322 2322 2323 2323 [[package]] 2324 2324 name = "pest_derive" 2325 - version = "2.7.11" 2325 + version = "2.7.12" 2326 2326 source = "registry+https://github.com/rust-lang/crates.io-index" 2327 - checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a" 2327 + checksum = "664d22978e2815783adbdd2c588b455b1bd625299ce36b2a99881ac9627e6d8d" 2328 2328 dependencies = [ 2329 2329 "pest", 2330 2330 "pest_generator", ··· 2332 2332 2333 2333 [[package]] 2334 2334 name = "pest_generator" 2335 - version = "2.7.11" 2335 + version = "2.7.12" 2336 2336 source = "registry+https://github.com/rust-lang/crates.io-index" 2337 - checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183" 2337 + checksum = "a2d5487022d5d33f4c30d91c22afa240ce2a644e87fe08caad974d4eab6badbe" 2338 2338 dependencies = [ 2339 2339 "pest", 2340 2340 "pest_meta", ··· 2345 2345 2346 2346 [[package]] 2347 2347 name = "pest_meta" 2348 - version = "2.7.11" 2348 + version = "2.7.12" 2349 2349 source = "registry+https://github.com/rust-lang/crates.io-index" 2350 - checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f" 2350 + checksum = "0091754bbd0ea592c4deb3a122ce8ecbb0753b738aa82bc055fcc2eccc8d8174" 2351 2351 dependencies = [ 2352 2352 "once_cell", 2353 2353 "pest",
+3 -3
Cargo.toml
··· 70 70 ignore = "0.4.20" 71 71 indexmap = "2.5.0" 72 72 indoc = "2.0.4" 73 - insta = { version = "1.39.0", features = ["filters"] } 73 + insta = { version = "1.40.0", features = ["filters"] } 74 74 itertools = "0.13.0" 75 75 libc = { version = "0.2.158" } 76 76 maplit = "1.0.2" 77 77 minus = { version = "5.6.1", features = ["dynamic_output", "search"] } 78 78 num_cpus = "1.16.0" 79 79 once_cell = "1.19.0" 80 - pest = "2.7.11" 81 - pest_derive = "2.7.11" 80 + pest = "2.7.12" 81 + pest_derive = "2.7.12" 82 82 pollster = "0.3.0" 83 83 pretty_assertions = "1.4.0" 84 84 proc-macro2 = "1.0.86"