Skip to content

Commit

Permalink
restore rust 1.60 compat for now
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed May 15, 2023
1 parent 1335dc5 commit d51c43e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -26,7 +26,7 @@ parse-display = "0.8.0"
percent-encoding = "2.2.0"
rand = "0.8.5"
ahash = "0.8.3"
flexi_logger = { version = "0.25.4", features = ["colors", "is-terminal"] }
flexi_logger = { version = "=0.25.3", features = ["colors", "is-terminal"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
structopt = "0.3.26"
derivative = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion test_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
tungstenite = { version = "0.19.0", features = ["rustls-tls-webpki-roots"] }
serde_json = "1.0.96"
ureq = "2.6.2"
flexi_logger = { version = "0.25.4", features = ["colors"] }
flexi_logger = { version = "0.25.3", features = ["colors"] }
log = "0.4.17"
base64 = "0.21.0"
miette = { version = "5.8.0", features = ["fancy"] }
Expand Down

0 comments on commit d51c43e

Please sign in to comment.