Skip to content

Commit

Permalink
update reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
getong committed Aug 27, 2024
1 parent 34f72fd commit 092fdd2
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 @@ -35,7 +35,7 @@ once_cell = { version = "1.8.0", optional = true }
## HTTP
base64 = { version = "0.22", optional = true }
bytes = { version = "1.0", optional = true }
reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] }
reqwest = { version = "0.12", optional = true, default-features = false, features = ["json"] }
headers = { version = "0.4", optional = true }
## WS
# async-native-tls = { git = "https://github.com/async-email/async-native-tls.git", rev = "b5b5562d6cea77f913d4cbe448058c031833bf17", optional = true, default-features = false }
Expand Down

0 comments on commit 092fdd2

Please sign in to comment.