From 3735cb72831af6c46849b564b65292ab611da698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 16:20:37 +0000 Subject: [PATCH] build(deps): bump toml from 0.7.6 to 0.7.7 Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.7.7. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.7.7) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1179a9a..528fef9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ "signature", "spki", "testaso", - "toml 0.7.6", + "toml 0.7.7", "tracing", "x509-cert", "zeroize", @@ -1379,7 +1379,7 @@ dependencies = [ "sgx", "testaso", "tokio", - "toml 0.7.6", + "toml 0.7.7", "tower", "tower-http", "tracing", @@ -1477,9 +1477,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" +checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592" dependencies = [ "serde", "serde_spanned", @@ -1498,9 +1498,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.14" +version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index ada4748..0ad516a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ signature = {version = "2.0.0", default-features = false } spki = { version = "0.6", default-features = false } testaso = { version = "0.1", default-features = false } tokio = { version = "^1.32.0", default-features = false } -toml = { version = "0.7.6", default-features = false } +toml = { version = "0.7.7", default-features = false } tower = { version = "^0.4.11", default-features = false } tower-http = { version = "^0.3.5", default-features = false } tracing = { version = "0.1.37", default-features = false }