From 4bbd976125602ca0ae34bbaa72c2b2dfed9072e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:28:55 +0800 Subject: [PATCH] chore(deps): bump toml from 0.8.8 to 0.8.9 (#4109) Bumps [toml](https://github.com/toml-rs/toml) from 0.8.8 to 0.8.9. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.8...toml-v0.8.9) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 18 +++++++++--------- bin/oay/Cargo.toml | 2 +- bin/oli/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 362ceeeec87b..818a84ced31c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4397,7 +4397,7 @@ dependencies = [ "quick-xml 0.30.0", "serde", "tokio", - "toml 0.8.8", + "toml 0.8.9", "tower", "tower-http", "tracing", @@ -4482,7 +4482,7 @@ dependencies = [ "serde", "tempfile", "tokio", - "toml 0.8.8", + "toml 0.8.9", "url", ] @@ -6451,9 +6451,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80" +checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" dependencies = [ "serde", ] @@ -7238,14 +7238,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" +checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.21.0", + "toml_edit 0.21.1", ] [[package]] @@ -7283,9 +7283,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.21.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" +checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ "indexmap 2.1.0", "serde", diff --git a/bin/oay/Cargo.toml b/bin/oay/Cargo.toml index a142be006018..2e7017af64db 100644 --- a/bin/oay/Cargo.toml +++ b/bin/oay/Cargo.toml @@ -60,7 +60,7 @@ tokio = { version = "1.34", features = [ "rt-multi-thread", "io-std", ] } -toml = "0.8.8" +toml = "0.8.9" tower = "0.4" tower-http = { version = "0.4", features = ["trace"] } tracing = "0.1" diff --git a/bin/oli/Cargo.toml b/bin/oli/Cargo.toml index e6acf7d82877..09e243b63efd 100644 --- a/bin/oli/Cargo.toml +++ b/bin/oli/Cargo.toml @@ -68,7 +68,7 @@ tokio = { version = "1.34", features = [ "rt-multi-thread", "io-std", ] } -toml = "0.8.8" +toml = "0.8.9" url = "2.5.0" [dev-dependencies]