Skip to content

Commit

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

---
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] authored Mar 7, 2024
1 parent c9c038a commit d071420
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 roscal_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ roscal_lib = "0.1.0"

anyhow = "1.0.80"
clap = { version = "4.4.18", features = ["derive"] }
chrono = { version = "0.4.34", features = ["serde"] }
chrono = { version = "0.4.35", features = ["serde"] }
iana-time-zone = "0.1.60"
rand = "0.8.5"
serde = { version = "1.0.197", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion roscal_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish = ["crates-io"]
exclude = ["jsonschema/", "build.rs"]

[dependencies]
chrono = { version = "0.4.34", features = ["serde"] }
chrono = { version = "0.4.35", features = ["serde"] }
derivative = "2.2.0"
derive_builder = "0.20.0"
lazy_static = "1.4.0"
Expand Down

0 comments on commit d071420

Please sign in to comment.