🏡 index : ~doyle/bin.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-09-09 20:12:31.0 +00:00:00
committer jordan <jordan@doyle.la> 2022-09-09 20:12:41.0 +00:00:00
commit
cc0591f8134533c7d56289ba752ae1c749244b13 [patch]
tree
26044d3ca93d37a125db00f0384b98b5282ce3c0
parent
060c5e87330dd759c2beab95fdb4450a8ee6b1ce
download
cc0591f8134533c7d56289ba752ae1c749244b13.tar.gz

Bump once_cell from 1.10.0 to 1.14.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.10.0 to 1.14.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.10.0...v1.14.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>

Diff

 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 05a6d68..3963e85 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1428,9 +1428,9 @@ dependencies = [

[[package]]
name = "once_cell"
version = "1.13.1"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"

[[package]]
name = "onig"
diff --git a/Cargo.toml b/Cargo.toml
index b2f086e..f2fba4a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ argh = "0.1"
log = "0.4"
pretty_env_logger = "0.4"
linked-hash-map = "0.5"
once_cell = "1.13"
once_cell = "1.14"
parking_lot = "0.12"
bytes = { version = "1.1", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }