Compare commits

...
This repository has been archived on 2021-10-11. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
dependabot[bot]
ff860c8bbb
Update puffin_http requirement from 0.6 to 0.7
Updates the requirements on [puffin_http](https://github.com/EmbarkStudios/puffin) to permit the latest version.
- [Release notes](https://github.com/EmbarkStudios/puffin/releases)
- [Changelog](https://github.com/EmbarkStudios/puffin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/EmbarkStudios/puffin/compare/0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: puffin_http
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-12 20:20:56 +00:00

View File

@ -20,7 +20,7 @@ raylib = { version = "3.5", git = "https://github.com/ewpratten/raylib-rs", rev
"serde"
] }
puffin = "0.9"
puffin_http = "0.6"
puffin_http = "0.7"
dirty-fsm = "^0.2.2"
num-traits = "0.2"
sentry = "0.23"