Skip to content

Commit

Permalink
Bump chrono from 0.4.35 to 0.4.37 in /clashtui
Browse files Browse the repository at this point in the history
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.35 to 0.4.37.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.35...v0.4.37)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 9699c39 commit 07fa3f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clashtui/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clashtui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ log4rs = {version = "1.3", default-features = false, features = ["pattern_encode
enumflags2 = "0.7.9"
nix = {version = "0.28.0", features = ["fs", "user"]}
regex = {version = "1.10.3", default-features = false, features = ["std", "unicode-perl"]}
chrono = "0.4.35"
chrono = "0.4.37"

[workspace]
resolver = '2'
Expand Down
2 changes: 1 addition & 1 deletion clashtui/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serde = { version = "1.0", features = ["derive"] }
minreq = { version = "2.11", features = ["proxy", "https"] }
serde_json = "1.0"
serde-this-or-that = { version = "0.4.2", optional = true }
chrono = "0.4.35"
chrono = "0.4.37"

[features]
deprecated = ["github_api"]
Expand Down

0 comments on commit 07fa3f4

Please sign in to comment.