Skip to content

Commit

Permalink
Bump chrono from 0.4.23 to 0.4.24 (#45)
Browse files Browse the repository at this point in the history
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.23 to 0.4.24.
- [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.24)

---
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>
  • Loading branch information
dependabot[bot] committed May 22, 2023
1 parent 179156e commit 8c38257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tokio = { version = "1.26.0", features = ["full"] }
async-trait = "0.1.67"
nix = "0.26.2"
git2 = "0.16.1"
chrono = "0.4.22"
chrono = "0.4.24"
ignore = "0.4.18"
promptly = "0.3.1"
console = "0.15.2"
Expand Down
2 changes: 1 addition & 1 deletion rpmspec-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.22"
chrono = "0.4.24"
pest = { version = "2.5.6", features = ["serde", "pretty-print"] }
pest_derive = "2.5.6"
serde = { version = "1.0.145", features = ["derive"] }

0 comments on commit 8c38257

Please sign in to comment.