Skip to content

Commit

Permalink
Fixing dependencies again2 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 13b58fd commit 23b0048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ clap = { version = "3.2.18", features = ["derive"], optional = true }
simplelog = { version = "0.11.*", optional = true }
reqwest-retry = { version = "0.1.5", optional = true }
# transative dependency of reqwest-retry, newer versions use features which are unstable in cargo 1.63
task-local-extensions = { version = "=0.1.4", optional = true }
task-local-extensions = { version = "=0.1.2", 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 }
Expand Down

0 comments on commit 23b0048

Please sign in to comment.