summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-24 11:38:05 +0000
committerTim Oram <dev@mitmaro.ca>2023-07-25 20:28:46 -0230
commit033c6c86598b8df36004d314dd850aeb0cfeb300 (patch)
tree4b983f93f035a1804519e49502253cab559670e5
parentcedb8057a9b1d0f665be3d4f9b1dd76f1e383945 (diff)
Bump tempfile from 3.6.0 to 3.7.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.6.0 to 3.7.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock69
-rw-r--r--src/config/Cargo.toml2
-rw-r--r--src/git/Cargo.toml2
-rw-r--r--src/todo_file/Cargo.toml4
4 files changed, 26 insertions, 51 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 416aba0..3ee056e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -51,6 +51,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
+name = "bitflags"
+version = "2.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
+
+[[package]]
name = "bumpalo"
version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -133,7 +139,7 @@ version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
"crossterm_winapi",
"filedescriptor",
"libc",
@@ -193,12 +199,9 @@ dependencies = [
[[package]]
name = "fastrand"
-version = "1.7.0"
+version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
-dependencies = [
- "instant",
-]
+checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
[[package]]
name = "filedescriptor"
@@ -347,7 +350,7 @@ name = "girt-core"
version = "2.3.0"
dependencies = [
"anyhow",
- "bitflags",
+ "bitflags 1.3.2",
"captur",
"chrono",
"claims",
@@ -406,7 +409,7 @@ name = "girt-input"
version = "2.3.0"
dependencies = [
"anyhow",
- "bitflags",
+ "bitflags 1.3.2",
"captur",
"crossbeam-channel",
"crossterm",
@@ -457,7 +460,7 @@ name = "girt-view"
version = "2.3.0"
dependencies = [
"anyhow",
- "bitflags",
+ "bitflags 1.3.2",
"captur",
"claims",
"crossbeam-channel",
@@ -486,7 +489,7 @@ version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
"libc",
"libgit2-sys",
"log",
@@ -506,12 +509,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
-name = "hermit-abi"
-version = "0.3.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
-
-[[package]]
name = "iana-time-zone"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -542,26 +539,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
[[package]]
-name = "instant"
-version = "0.1.12"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
-dependencies = [
- "cfg-if",
-]
-
-[[package]]
-name = "io-lifetimes"
-version = "1.0.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
-dependencies = [
- "hermit-abi",
- "libc",
- "windows-sys 0.48.0",
-]
-
-[[package]]
name = "itoa"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -623,9 +600,9 @@ dependencies = [
[[package]]
name = "linux-raw-sys"
-version = "0.3.8"
+version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
+checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
[[package]]
name = "lock_api"
@@ -838,7 +815,7 @@ version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
]
[[package]]
@@ -847,7 +824,7 @@ version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
]
[[package]]
@@ -925,13 +902,12 @@ dependencies = [
[[package]]
name = "rustix"
-version = "0.37.23"
+version = "0.38.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
+checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
dependencies = [
- "bitflags",
+ "bitflags 2.3.3",
"errno",
- "io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
@@ -1040,11 +1016,10 @@ dependencies = [
[[package]]
name = "tempfile"
-version = "3.6.0"
+version = "3.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
+checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
dependencies = [
- "autocfg",
"cfg-if",
"fastrand",
"redox_syscall 0.3.5",
diff --git a/src/config/Cargo.toml b/src/config/Cargo.toml
index a6bda78..216c427 100644
--- a/src/config/Cargo.toml
+++ b/src/config/Cargo.toml
@@ -23,7 +23,7 @@ claims = "0.7.1"
lazy_static = "1.4.0"
rstest = "0.18.1"
serial_test = "2.0.0"
-tempfile = "3.6.0"
+tempfile = "3.7.0"
girt-testutils = {version = "2.3.0", path = "../testutils"}
[build-dependencies]
diff --git a/src/git/Cargo.toml b/src/git/Cargo.toml
index fdd3a13..77605bd 100644
--- a/src/git/Cargo.toml
+++ b/src/git/Cargo.toml
@@ -18,7 +18,7 @@ name = "git"
chrono = "0.4.26"
lazy_static = "1.4.0"
parking_lot = "0.12.1"
-tempfile = "3.6.0"
+tempfile = "3.7.0"
thiserror = "1.0.43"
[dependencies.git2]
diff --git a/src/todo_file/Cargo.toml b/src/todo_file/Cargo.toml
index 106dcc5..1837e58 100644
--- a/src/todo_file/Cargo.toml
+++ b/src/todo_file/Cargo.toml
@@ -15,7 +15,7 @@ readme = "README.md"
name = "todo_file"
[dependencies]
-tempfile = "3.6.0"
+tempfile = "3.7.0"
thiserror = "1.0.43"
version-track = "0.1.0"
@@ -23,7 +23,7 @@ version-track = "0.1.0"
claims = "0.7.1"
pretty_assertions = "1.4.0"
rstest = "0.18.1"
-tempfile = "3.6.0"
+tempfile = "3.7.0"
girt-testutils = {version = "2.3.0", path = "../testutils"}
[build-dependencies]