Trangar / periodic_table

Library that provides a list of elements in the periodic table
3 stars 1 forks source link

Update askama requirement from 0.9 to 0.10 #11

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on askama to permit the latest version.

Release notes

Sourced from askama's releases.

0.10.0

After 5 months of development, I'm happy to announce the availability of version 0.10 of Askama, the type-safe, compiled Jinja-like template engine for Rust. The major (breaking) change in this release is that the framework integrations, which were previously included in the main crate behind feature flags, have now been moved into 4 separate crates; a new integration with the warp web framework is also shipped in a separate askama_warp crate. If you use an integration, you should now only depend on the integration crate, which re-exports content from the askama crate as well as any integration symbols. Finally, @cetra3 has created a book book which should make navigating the documentation much better.

Upgrade notes:

  • Move integration code into askama_actix, askama_gotham, askama_iron and askama_rocket crates
  • Update Gotham integration to version 0.4

Other changes:

  • Move documentation into a new book (#332, thanks to @cetra)
  • Add integration for the warp web framework, as an askama_warp crate (#290, thanks to @aeons)
  • Allow blocks to be nested inside if, for and match blocks (#336)
  • Support for function calls (#304, thanks to @Senzaki)
  • Add urlencode filter (#305, thanks to @jxs)
  • Disable default features in many dependencies to limit the size of the transitive dependency set
  • Fix panic in truncate filter (#296, thanks to @danloh)

Thanks to @paolobarbolini, @brunobell, @cipriancraciun, @kyrias, @jeromegn, @NilsIrl and @DusterTheFirst for additional improvements.

Commits
  • 4093122 Bump version number for askama_shared
  • 44ad3df Tweak dependency on futures for Actix integration
  • 05b66eb Reference READMEs in crate metadata
  • 37fb641 Add askama_escape README to crate metadata
  • ab12a29 Add README files for subcrates
  • 073788d Bump version numbers
  • 6c4132e Add license files to each crate (fixes #339)
  • 9f96214 Prune duplicate documentation
  • 435bb05 Single capital in section titles
  • 506a38e Move optional filter documentation into filters section
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
VictorKoenders commented 4 years ago

@dependabot merge