Skip to content

Commit

Permalink
chore(deps): bump time from 0.3.15 to 0.3.34
Browse files Browse the repository at this point in the history
Bumps [time](https://github.com/time-rs/time) from 0.3.15 to 0.3.34.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.15...v0.3.34)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent d85d7ee commit 7cb2a10
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 14 deletions.
52 changes: 39 additions & 13 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 pywr_schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/lib.rs"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
time = { version = "0.3.14", features = ["serde", "serde-well-known", "serde-human-readable"] }
time = { version = "0.3.34", features = ["serde", "serde-well-known", "serde-human-readable"] }
thiserror = "1.0.57"
pywr-schema-macros = { path = "../pywr-schema-macros" }
strum = "0.26"
Expand Down

0 comments on commit 7cb2a10

Please sign in to comment.