diff options
| author | Fuwn <[email protected]> | 2022-03-19 03:07:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-19 03:07:29 -0700 |
| commit | 399703cec59707a7840fa104342bad45001d7b61 (patch) | |
| tree | bdac63f1bcab4e79a846f1656c686dcea7ed0f68 | |
| parent | feat(lib): smaller allocator (diff) | |
| parent | Merge pull request #7 from senpy-club/renovate/reqwest-0.x (diff) | |
| download | api-worker-399703cec59707a7840fa104342bad45001d7b61.tar.xz api-worker-399703cec59707a7840fa104342bad45001d7b61.zip | |
Merge branch 'main' of https://github.com/senpy-club/api-worker
| -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"] } # Allocator wee_alloc = "0.4.5" |