Skip to content

Commit

Permalink
chore: Lock clap crate to 4.4 as 4.5 requires Rust 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Feb 12, 2024
1 parent 3aee270 commit 6751c74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
22 changes: 8 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ anyhow = "1.0.71"
async-trait = "0.1.68"
base64 = "0.21.2"
bytes = "1.4.0"
clap = { version = "4.4.18", features = ["cargo", "env"] }
clap = { version = "~4.4.18", features = ["cargo", "env"] }
chrono = { version = "0.4.26", features = ["std", "clock"], default_features = false }
futures = "0.3.28"
http = "0.2.11"
Expand Down

0 comments on commit 6751c74

Please sign in to comment.