Skip to content

Commit

Permalink
Bump time from 0.3.20 to 0.3.31
Browse files Browse the repository at this point in the history
Bumps [time](https://github.com/time-rs/time) from 0.3.20 to 0.3.31.
- [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.20...v0.3.31)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent 74eed04 commit c9dc969
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
30 changes: 24 additions & 6 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 northstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ toml = "0.7.6"
bincode = "1.3.3"
console = "0.15.7"
serde = { version = "1.0.164", features = ["derive"] }
time = { version = "0.3.20", features = ["formatting", "macros", "serde"] }
time = { version = "0.3.31", features = ["formatting", "macros", "serde"] }

[target.'cfg(target_os = "android")'.dependencies]
android-logd-logger = "0.4.2"

0 comments on commit c9dc969

Please sign in to comment.