summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-17 17:22:25 +0000
committerTim Oram <dev@mitmaro.ca>2023-07-17 15:02:27 -0230
commitf298573ef4eaa4e4feac3e6f587a98493ba6dd15 (patch)
tree12b9c1bbb59a2145c4449a64880599ff2af4051f
parent5cb9438972a351644e6db2c3f365c1b5a125bd62 (diff)
Bump chrono from 0.4.23 to 0.4.26
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.23 to 0.4.26. - [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.23...v0.4.26) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock22
-rw-r--r--src/core/Cargo.toml2
-rw-r--r--src/git/Cargo.toml2
3 files changed, 11 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dabfcb4..2ae86b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -12,6 +12,12 @@ dependencies = [
]
[[package]]
+name = "android-tzdata"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
+
+[[package]]
name = "android_system_properties"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -73,13 +79,13 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
-version = "0.4.23"
+version = "0.4.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
+checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
dependencies = [
+ "android-tzdata",
"iana-time-zone",
"js-sys",
- "num-integer",
"num-traits",
"time",
"wasm-bindgen",
@@ -683,16 +689,6 @@ dependencies = [
]
[[package]]
-name = "num-integer"
-version = "0.1.44"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
-dependencies = [
- "autocfg",
- "num-traits",
-]
-
-[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml
index eb61a7b..78a2761 100644
--- a/src/core/Cargo.toml
+++ b/src/core/Cargo.toml
@@ -41,5 +41,5 @@ serial_test = "2.0.0"
girt-view = {version = "2.2.0", path = "../../src/view", features = ["testutils"]}
[build-dependencies]
-chrono = "0.4.23"
+chrono = "0.4.26"
rustc_version = "0.4.0"
diff --git a/src/git/Cargo.toml b/src/git/Cargo.toml
index 4a2433d..0536a41 100644
--- a/src/git/Cargo.toml
+++ b/src/git/Cargo.toml
@@ -15,7 +15,7 @@ readme = "README.md"
name = "git"
[dependencies]
-chrono = "0.4.23"
+chrono = "0.4.26"
lazy_static = "1.4.0"
parking_lot = "0.12.1"
tempfile = "3.6.0"