diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-01 02:23:19 +0000 |
---|---|---|
committer | FujiApple <fujiapple852@gmail.com> | 2024-11-01 18:22:36 +0800 |
commit | 5b32b4ef664582542b171ac89758994a668f985e (patch) | |
tree | ad49ad2f19e715e5af4c6d14f16ee1e07ae011d9 | |
parent | 5ccac5d425a38d95282532c43a037dfc035dc1a8 (diff) |
build(deps): bump insta from 1.41.0 to 1.41.1
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.41.0 to 1.41.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.41.0...1.41.1)
---
updated-dependencies:
- dependency-name: insta
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1078,9 +1078,9 @@ checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" [[package]] name = "insta" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f72d3e19488cf7d8ea52d2fc0f8754fc933398b337cd3cbdb28aaeb35159ef" +checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8" dependencies = [ "console", "lazy_static", @@ -49,7 +49,7 @@ hex-literal = "0.4.1" hickory-resolver = "0.24.1" humantime = "2.1.0" indexmap = { version = "2.6.0", default-features = false } -insta = "1.41.0" +insta = "1.41.1" ipnetwork = "0.20.0" itertools = "0.13.0" maxminddb = "0.24.0" |