summary history branches tags files
commit:c3d29d892691a92f038fd14154f4731106fa3f51
author:Trevor Bentley
committer:Trevor Bentley
date:Sat Mar 18 15:43:22 2023 +0100
parents:832d3a413197fcdea64636aa1dd4100641ae8980
trivial dependency version bumps
diff --git a/Cargo.lock b/Cargo.lock
line changes: +6/-6
index fb57f4b..dd4a3d2
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -79,9 +79,9 @@ dependencies = [
 
 [[package]]
 name = "glob"
-version = "0.3.0"
+version = "0.3.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
+checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 
 [[package]]
 name = "hashbrown"
@@ -140,9 +140,9 @@ dependencies = [
 
 [[package]]
 name = "nix"
-version = "0.26.1"
+version = "0.26.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694"
+checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
 dependencies = [
  "bitflags",
  "cfg-if",
@@ -166,9 +166,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 
 [[package]]
 name = "regex"
-version = "1.7.0"
+version = "1.7.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
+checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
 dependencies = [
  "aho-corasick",
  "memchr",

diff --git a/Cargo.toml b/Cargo.toml
line changes: +3/-3
index 5b16c46..9f5932e
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,10 +37,10 @@ tag-message = "Release {{version}}"
 lto = true
 
 [dependencies]
-regex = "1.7.0"
-glob = "0.3.0"
+regex = "1.7.1"
+glob = "0.3.1"
 rust-ini = "0.13.0"
 clap = "3.2.23"
 time = "0.1.45"
-nix = "0.26.1"
+nix = "0.26.2"
 users = "0.11.0"