summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-06 21:22:37 +0800
committerGitHub <noreply@github.com>2023-10-06 21:22:37 +0800
commit265db628049b929e326b9e8c9d824b6839f0dc91 (patch)
tree94db409b81f61ebe7dd9b31f3ae741dc8d79b3ca /Cargo.toml
parent32895f8fc533efb72ceab2171aaa5c848024baed (diff)
chore(deps): bump insta from 1.32.0 to 1.33.0 (#297)
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.32.0 to 1.33.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.32.0...1.33.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 78abb7f..8baef43 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ sysinfo = "0.29.10"
procfs = "0.15.1"
[dev-dependencies]
-insta = "1.32.0"
+insta = "1.33.0"
pnet_base = "0.34.0"
packet-builder = { version = "0.7.0", git = "https://github.com/cyqsimon/packet_builder.git", branch = "patch-update" }