summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-01 03:02:29 +0000
committerMartin Nordholts <enselic@gmail.com>2022-01-01 12:15:47 +0100
commit392bff666625c31936c09bd9b402e1049b0fd3ae (patch)
treecdd2d68fafd853114bef347e285e796745dadee9
parent6dc621ec1854656260564b114c33b23b3314c5c2 (diff)
Bump once_cell from 1.8.0 to 1.9.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 33d7fcfe..30ab8a32 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -714,9 +714,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.8.0"
+version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
+checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
[[package]]
name = "onig"
diff --git a/Cargo.toml b/Cargo.toml
index 22ea9ef1..226be12e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ ansi_colours = "^1.0"
bincode = "1.0"
console = "0.15.0"
flate2 = "1.0"
-once_cell = "1.8"
+once_cell = "1.9"
thiserror = "1.0"
wild = { version = "2.0", optional = true }
content_inspector = "0.2.4"