1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Merge pull request #3869 from uutils/dependabot/cargo/ouroboros-0.15.3

build(deps): bump ouroboros from 0.15.2 to 0.15.3
This commit is contained in:
Sylvestre Ledru 2022-08-23 09:23:22 +02:00 committed by GitHub
commit ad8e26bcf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -1312,9 +1312,9 @@ checksum = "029d8d0b2f198229de29dca79676f2738ff952edf3fde542eb8bf94d8c21b435"
[[package]]
name = "ouroboros"
version = "0.15.2"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7425ea87a1e31df63a27b6d31e21a35a9003268032a876465e8d43c2364b0de2"
checksum = "55190d158a4c09a30bdb5e3b2c50a37f299b8dd9f59d0e1510782732e8bf8877"
dependencies = [
"aliasable",
"ouroboros_macro",
@ -1322,9 +1322,9 @@ dependencies = [
[[package]]
name = "ouroboros_macro"
version = "0.15.2"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "734aa7a4a6390b162112523cac2923a18e4f23b917880a68c826bf6e8bf48f06"
checksum = "816c4556bb87c05aad7710d02e88ed50a93f837d73dfe417ec5e890a9e1bbec7"
dependencies = [
"Inflector",
"proc-macro-error",

View file

@ -22,7 +22,7 @@ ctrlc = { version = "3.0", features = ["termination"] }
fnv = "1.0.7"
itertools = "0.10.0"
memchr = "2.5.0"
ouroboros = "0.15.2"
ouroboros = "0.15.3"
rand = "0.8"
rayon = "1.5"
tempfile = "3"