This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 4bbd976125 chore(deps): bump toml from 0.8.8 to 0.8.9 (#4109)
4bbd976125 is described below
commit 4bbd976125602ca0ae34bbaa72c2b2dfed9072e2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 1 14:28:55 2024 +0800
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] <[email protected]>
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 362ceeeec8..818a84ced3 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 a142be0060..2e7017af64 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 e6acf7d828..09e243b63e 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]