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/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 7c8623bb4 build(deps): bump chrono from 0.4.26 to 0.4.28 (#2989)
7c8623bb4 is described below
commit 7c8623bb4b6cf9b69f76d65fe3cc97fb3ca359ae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 1 10:52:35 2023 +0800
build(deps): bump chrono from 0.4.26 to 0.4.28 (#2989)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.28.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.26...v0.4.28)
---
updated-dependencies:
- dependency-name: chrono
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 | 6 +++---
bin/oay/Cargo.toml | 2 +-
core/Cargo.toml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 2e49db977..e9b1111c3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -823,9 +823,9 @@ checksum =
"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
-version = "0.4.26"
+version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
+checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f"
dependencies = [
"android-tzdata",
"iana-time-zone",
@@ -833,7 +833,7 @@ dependencies = [
"num-traits",
"time 0.1.45",
"wasm-bindgen",
- "winapi",
+ "windows-targets 0.48.1",
]
[[package]]
diff --git a/bin/oay/Cargo.toml b/bin/oay/Cargo.toml
index 9bdf490a6..4e3f57d83 100644
--- a/bin/oay/Cargo.toml
+++ b/bin/oay/Cargo.toml
@@ -39,7 +39,7 @@ frontends-webdav = ["dep:dav-server", "dep:bytes",
"dep:futures-util"]
anyhow = "1"
axum = "0.6"
bytes = { version = "1.4.0", optional = true }
-chrono = "0.4.26"
+chrono = "0.4.28"
clap = { version = "4", features = ["cargo", "string"] }
dav-server = { version = "0.5.5", optional = true }
dirs = "5.0.0"
diff --git a/core/Cargo.toml b/core/Cargo.toml
index a4e3e61b6..4680a63a7 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -205,7 +205,7 @@ cacache = { version = "11.6", default-features = false,
features = [
"tokio-runtime",
"mmap",
], optional = true }
-chrono = { version = "0.4.26", default-features = false, features = [
+chrono = { version = "0.4.28", default-features = false, features = [
"clock",
"std",
] }