Skip to content

Commit

Permalink
fix: fix compile error by low version of backon in old project (#2781)
Browse files Browse the repository at this point in the history
fix: fix low version of backon in old project

Signed-off-by: silver-ymz <[email protected]>
  • Loading branch information
silver-ymz authored Aug 4, 2023
1 parent 58b136a commit 2c2dfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ async-compat = "0.2"
async-tls = { version = "0.11", optional = true }
async-trait = "0.1.68"
await-tree = { version = "0.1.1", optional = true }
backon = "0.4.0"
backon = "0.4.1"
base64 = "0.21"
bb8 = { version = "0.8", optional = true }
bytes = "1.2"
Expand Down

0 comments on commit 2c2dfc8

Please sign in to comment.