Skip to content

Commit f298573

Browse files
dependabot[bot]MitMaro
authored andcommitted
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](chronotope/chrono@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] <[email protected]>
1 parent 5cb9438 commit f298573

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

Cargo.lock

Lines changed: 9 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ serial_test = "2.0.0"
4141
girt-view = {version = "2.2.0", path = "../../src/view", features = ["testutils"]}
4242

4343
[build-dependencies]
44-
chrono = "0.4.23"
44+
chrono = "0.4.26"
4545
rustc_version = "0.4.0"

src/git/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515
name = "git"
1616

1717
[dependencies]
18-
chrono = "0.4.23"
18+
chrono = "0.4.26"
1919
lazy_static = "1.4.0"
2020
parking_lot = "0.12.1"
2121
tempfile = "3.6.0"

0 commit comments

Comments
 (0)