🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-08-01 19:36:09.0 +00:00:00
committer GitHub <noreply@github.com> 2023-08-01 19:36:09.0 +00:00:00
commit
157c6c170c3992f9fafcc0ac1607e116954295e8 [patch]
tree
a2d5acfd57028d11e4daee0e581ff38fc41ac7a8
parent
1873572056d2f65403df49bb1e009773fadfb795
download
157c6c170c3992f9fafcc0ac1607e116954295e8.tar.gz

Bump time from 0.3.23 to 0.3.24

Bumps [time](https://github.com/time-rs/time) from 0.3.23 to 0.3.24.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.23...v0.3.24)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 8b9d79c..7c46a06 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -660,6 +660,15 @@ dependencies = [
]

[[package]]
name = "deranged"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8810e7e2cf385b1e9b50d68264908ec367ba642c96d02edfe61c39e88e2a3c01"
dependencies = [
 "serde",
]

[[package]]
name = "deunicode"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1779,7 +1788,7 @@ dependencies = [
 "line-wrap",
 "quick-xml",
 "serde",
 "time 0.3.23",
 "time 0.3.24",
]

[[package]]
@@ -1961,7 +1970,7 @@ dependencies = [
 "serde",
 "sled",
 "syntect",
 "time 0.3.23",
 "time 0.3.24",
 "timeago",
 "tokio",
 "tokio-util",
@@ -2413,10 +2422,11 @@ dependencies = [

[[package]]
name = "time"
version = "0.3.23"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446"
checksum = "b79eabcd964882a646b3584543ccabeae7869e9ac32a46f6f22b7a5bd405308b"
dependencies = [
 "deranged",
 "itoa",
 "serde",
 "time-core",
@@ -2431,9 +2441,9 @@ checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"

[[package]]
name = "time-macros"
version = "0.2.10"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4"
checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd"
dependencies = [
 "time-core",
]