Skip to content

Commit

Permalink
Fixing dependencies again to keep minimal MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Nov 22, 2023
1 parent adf9ebb commit 13b58fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 171 deletions.
180 changes: 10 additions & 170 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 @@ -52,5 +52,5 @@ reqwest-retry = { version = "0.1.5", optional = true }
task-local-extensions = { version = "=0.1.4", optional = true }
# transative dependency of reqwest-retry which has msrv 1.65
time = { version = "<0.3.22", optional = true }
time-core = { version = "0.1.1", optional = true }
time-core = { version = "<0.1.1", optional = true }
deranged = {version = "<0.3.9"}

0 comments on commit 13b58fd

Please sign in to comment.