update provider database (#3043)

* update provider database

ran `./src/provider/update.py ../provider-db/_providers/ > src/provider/data.rs`

* update changelog
This commit is contained in:
bjoern
2022-01-31 16:07:20 +01:00
committed by GitHub
parent 8c1bfac53b
commit a43fc47bb6
2 changed files with 123 additions and 12 deletions

View File

@@ -14,6 +14,7 @@
folder scanning #3041
- remove direct dependency on `byteorder` crate #3031
- refactorings #3023 #3013
- update provider database #3043
- improve documentation #3017 #3018 #3021
### Fixes