Skip to content

Commit

Permalink
chore(deps): update rust crate built to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2023
1 parent 2b0fd69 commit 450cf7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 100 deletions.
106 changes: 8 additions & 98 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 @@ -22,12 +22,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.1", features = ["chrono"] }

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

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

0 comments on commit 450cf7b

Please sign in to comment.