Change the context API to make Context-Ownership more flexible
This commit is contained in:
@@ -12,5 +12,5 @@ anyhow = "1"
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
regex = "1"
|
||||
reqwest = { version = "0.12", optional = true, features = ["blocking"] }
|
||||
reqwest = { version = "0.13", optional = true, features = ["blocking"] }
|
||||
url = { version = "2", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user