1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-19 05:56:14 +02:00

chore(deps): bump toml_edit from 0.19.10 to 0.19.11

Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.19.10 to 0.19.11.
- [Commits](https://github.com/toml-rs/toml/compare/v0.19.10...v0.19.11)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-26 01:46:52 +00:00 committed by GitHub
parent dfe6ee80bc
commit e543b79acd
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

70
Cargo.lock generated
View File

@ -687,7 +687,7 @@ dependencies = [
"cranelift-entity 0.91.1",
"fxhash",
"hashbrown 0.12.3",
"indexmap",
"indexmap 1.9.3",
"log",
"smallvec",
]
@ -1154,6 +1154,12 @@ dependencies = [
"termcolor",
]
[[package]]
name = "equivalent"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
[[package]]
name = "errno"
version = "0.3.1"
@ -1467,7 +1473,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
dependencies = [
"fallible-iterator",
"indexmap",
"indexmap 1.9.3",
"stable_deref_trait",
]
@ -1478,7 +1484,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
dependencies = [
"fallible-iterator",
"indexmap",
"indexmap 1.9.3",
"stable_deref_trait",
]
@ -1500,7 +1506,7 @@ dependencies = [
"futures-sink",
"futures-util",
"http",
"indexmap",
"indexmap 1.9.3",
"slab",
"tokio",
"tokio-util",
@ -1540,6 +1546,12 @@ dependencies = [
"ahash 0.8.3",
]
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
[[package]]
name = "heapless"
version = "0.7.16"
@ -1735,6 +1747,16 @@ dependencies = [
"serde",
]
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
]
[[package]]
name = "instant"
version = "0.1.12"
@ -2344,7 +2366,7 @@ checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
dependencies = [
"crc32fast",
"hashbrown 0.13.2",
"indexmap",
"indexmap 1.9.3",
"memchr",
]
@ -2688,7 +2710,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d39b14605eaa1f6a340aec7f320b34064feb26c93aec35d6a9a2272a8ddfa49"
dependencies = [
"anyhow",
"indexmap",
"indexmap 1.9.3",
"log",
"protobuf",
"protobuf-support",
@ -3009,7 +3031,7 @@ dependencies = [
"bitvec",
"bytecheck",
"hashbrown 0.12.3",
"indexmap",
"indexmap 1.9.3",
"ptr_meta",
"rend",
"rkyv_derive",
@ -3316,7 +3338,7 @@ version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [
"indexmap",
"indexmap 1.9.3",
"ryu",
"serde",
"yaml-rust",
@ -3854,17 +3876,17 @@ dependencies = [
[[package]]
name = "toml_datetime"
version = "0.6.2"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
[[package]]
name = "toml_edit"
version = "0.19.10"
version = "0.19.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7"
dependencies = [
"indexmap",
"indexmap 2.0.0",
"toml_datetime",
"winnow",
]
@ -4126,7 +4148,7 @@ dependencies = [
"filetime",
"fs_extra",
"getrandom",
"indexmap",
"indexmap 1.9.3",
"lazy_static",
"libc",
"pin-project-lite",
@ -4497,7 +4519,7 @@ dependencies = [
"bytes",
"cfg-if 1.0.0",
"derivative",
"indexmap",
"indexmap 1.9.3",
"js-sys",
"more-asserts",
"rustc-demangle",
@ -4579,7 +4601,7 @@ dependencies = [
"bytecheck",
"enum-iterator",
"enumset",
"indexmap",
"indexmap 1.9.3",
"more-asserts",
"rkyv",
"target-lexicon",
@ -4600,7 +4622,7 @@ dependencies = [
"derivative",
"enum-iterator",
"fnv",
"indexmap",
"indexmap 1.9.3",
"lazy_static",
"libc",
"mach",
@ -4691,7 +4713,7 @@ version = "0.95.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2ea896273ea99b15132414be1da01ab0d8836415083298ecaffbe308eaac87a"
dependencies = [
"indexmap",
"indexmap 1.9.3",
"url",
]
@ -4701,7 +4723,7 @@ version = "0.103.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c437373cac5ea84f1113d648d51f71751ffbe3d90c00ae67618cf20d0b5ee7b"
dependencies = [
"indexmap",
"indexmap 1.9.3",
"url",
]
@ -4717,7 +4739,7 @@ dependencies = [
"bumpalo",
"cfg-if 1.0.0",
"fxprof-processed-profile",
"indexmap",
"indexmap 1.9.3",
"libc",
"log",
"object",
@ -4838,7 +4860,7 @@ dependencies = [
"anyhow",
"cranelift-entity 0.96.4",
"gimli 0.27.2",
"indexmap",
"indexmap 1.9.3",
"log",
"object",
"serde",
@ -4917,7 +4939,7 @@ dependencies = [
"anyhow",
"cc",
"cfg-if 1.0.0",
"indexmap",
"indexmap 1.9.3",
"libc",
"log",
"mach",
@ -5020,7 +5042,7 @@ dependencies = [
"base64",
"byteorder",
"bytes",
"indexmap",
"indexmap 1.9.3",
"leb128",
"lexical-sort",
"once_cell",
@ -5381,7 +5403,7 @@ checksum = "5ca2581061573ef6d1754983d7a9b3ed5871ef859d52708ea9a0f5af32919172"
dependencies = [
"anyhow",
"id-arena",
"indexmap",
"indexmap 1.9.3",
"log",
"pulldown-cmark",
"unicode-xid",