Skip to content

Commit

Permalink
build(deps): Update Rust crate time to 0.3.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pando85 committed May 3, 2024
1 parent d627b5d commit a1fc567
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions timer_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ regex = "1.10"
rodio = { version = "0.17", features = ["vorbis"]}
signal-hook = "0.3"
tailcall = "1.0.1"
time = { version = "0.3.35", features = ["formatting", "local-offset", "parsing"]}
time = { version = "0.3.36", features = ["formatting", "local-offset", "parsing"]}
# beep
libc = "0.2"
nix = { version = "0.28", features = ["ioctl"]}
lazy_static = "1.4"

[dev-dependencies]
time = { version = "0.3.35", features = ["macros"] }
time = { version = "0.3.36", features = ["macros"] }

[dev-dependencies.cargo-husky]
version = "1.5"
Expand Down

0 comments on commit a1fc567

Please sign in to comment.