1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

build(deps): bump onig from 6.3.2 to 6.4.0

Bumps [onig](https://github.com/iwillspeak/rust-onig) from 6.3.2 to 6.4.0.
- [Release notes](https://github.com/iwillspeak/rust-onig/releases)
- [Changelog](https://github.com/rust-onig/rust-onig/blob/main/CHANGELOG.md)
- [Commits](https://github.com/iwillspeak/rust-onig/compare/v6.3.2...v6.4.0)

---
updated-dependencies:
- dependency-name: onig
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-25 06:58:40 +00:00 committed by Sylvestre Ledru
parent 4280c2a8a1
commit bf7e5a6ec0
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -1278,13 +1278,13 @@ checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
[[package]] [[package]]
name = "onig" name = "onig"
version = "6.3.2" version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1eb3502504c9c8b06634b38bfdda86a9a8cef6277f3dec4d8b17c115110dd2a3" checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"lazy_static",
"libc", "libc",
"once_cell",
"onig_sys", "onig_sys",
] ]

View file

@ -18,7 +18,7 @@ path = "src/expr.rs"
clap = { version = "3.2", features = ["wrap_help", "cargo"] } clap = { version = "3.2", features = ["wrap_help", "cargo"] }
num-bigint = "0.4.0" num-bigint = "0.4.0"
num-traits = "0.2.15" num-traits = "0.2.15"
onig = { version = "~6.3", default-features = false } onig = { version = "~6.4", default-features = false }
uucore = { version=">=0.0.15", package="uucore", path="../../uucore" } uucore = { version=">=0.0.15", package="uucore", path="../../uucore" }
[[bin]] [[bin]]