Skip to content

Commit

Permalink
chore(deps): update rust crate built to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 00fff93 commit 26800c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 83 deletions.
88 changes: 7 additions & 81 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ compound_duration = "1.2.1"
jwt-simple = "0.11.6"
rand = "0.8.5"
chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
built = { version = "0.6.1", features = ["chrono"] }
built = { version = "0.7.0", features = ["chrono"] }

[profile.release]
lto = true
strip = true
panic = "abort"

[build-dependencies]
built = { version = "0.6.1", features = ["git2", "chrono"] }
built = { version = "0.7.0", features = ["git2", "chrono"] }

0 comments on commit 26800c3

Please sign in to comment.