neon_arch commited on
Commit
b5e7f81
1 Parent(s): 493bb08

fix reqwest error and bump to version 0.6.0

Browse files
Files changed (1) hide show
  1. Cargo.toml +1 -1
Cargo.toml CHANGED
@@ -6,7 +6,7 @@ edition = "2021"
6
  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
 
8
  [dependencies]
9
- reqwest = {version="*",features=["json"]}
10
  tokio = {version="*",features=["full"]}
11
  serde = {version="*",features=["derive"]}
12
  handlebars = { version = "4.3.6", features = ["dir_source"] }
 
6
  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
 
8
  [dependencies]
9
+ reqwest = {version="0.11.17",features=["json"]}
10
  tokio = {version="*",features=["full"]}
11
  serde = {version="*",features=["derive"]}
12
  handlebars = { version = "4.3.6", features = ["dir_source"] }