Skip to content

Commit 26800c3

Browse files
chore(deps): update rust crate built to 0.7.0
1 parent 00fff93 commit 26800c3

2 files changed

Lines changed: 9 additions & 83 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ compound_duration = "1.2.1"
2626
jwt-simple = "0.11.6"
2727
rand = "0.8.5"
2828
chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
29-
built = { version = "0.6.1", features = ["chrono"] }
29+
built = { version = "0.7.0", features = ["chrono"] }
3030

3131
[profile.release]
3232
lto = true
3333
strip = true
3434
panic = "abort"
3535

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

0 commit comments

Comments
 (0)