Skip to content

Commit 66f224d

Browse files
committed
build: update deps to latest
1 parent c9b1212 commit 66f224d

File tree

3 files changed

+183
-44
lines changed

3 files changed

+183
-44
lines changed

Cargo.lock

Lines changed: 157 additions & 34 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
@@ -23,14 +23,14 @@ clap_complete = "4.3.0"
2323
dotenvy = "0.15.7"
2424
tokio = { version = "1.28.2", features = ["full"] }
2525
tokio-util = "0.7.10"
26-
toolbox = { git = "https://github.com/OliverNChalk/toolbox-rs.git", version = "0.1.0", features = [
26+
toolbox = { git = "https://github.com/OliverNChalk/toolbox-rs.git", version = "0.2.0", features = [
2727
"tracing",
2828
"version",
2929
] }
3030
tracing = "0.1.37"
3131

3232
[build-dependencies]
33-
vergen = { version = "8.2.1", features = ["build", "git", "git2", "rustc", "cargo"] }
33+
vergen-git2 = { version = "1.0.7", features = ["rustc", "cargo"] }
3434

3535
[profile.release]
3636
opt-level = 3

0 commit comments

Comments
 (0)