diff options
| author | Fuwn <[email protected]> | 2022-03-14 16:33:13 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-14 16:33:13 -0700 |
| commit | 0cf622db9eb7c8f36d825764e9d2ce9a8c7757c6 (patch) | |
| tree | 4e0956ee2380ace75d7aa165ea8c557c8ae8e0a3 | |
| parent | Merge branch 'main' of https://github.com/senpy-club/api-worker (diff) | |
| parent | fix(deps): update rust crate reqwest to 0.11.10 (diff) | |
| download | api-worker-0cf622db9eb7c8f36d825764e9d2ce9a8c7757c6.tar.xz api-worker-0cf622db9eb7c8f36d825764e9d2ce9a8c7757c6.zip | |
Merge pull request #7 from senpy-club/renovate/reqwest-0.x
fix(deps): update rust crate reqwest to 0.11.10
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ const_format = "0.2.22" lazy_static = "1.4.0" # Web -reqwest = { version = "0.11.9", features = ["json"] } +reqwest = { version = "0.11.10", features = ["json"] } [build-dependencies] # Build variables |