Skip to content

Commit

Permalink
Merge #733: Update dependencies
Browse files Browse the repository at this point in the history
cdf2fe3 fix: chedck error (Jose Celano)
5e0226d chore(deps): update dependencies (Jose Celano)

Pull request description:

  ```output
  cargo update
      Updating crates.io index
       Locking 27 packages to latest compatible versions
      Updating anyhow v1.0.88 -> v1.0.89
      Updating arrayref v0.3.8 -> v0.3.9
      Updating aws-lc-sys v0.21.1 -> v0.21.2
      Updating axum v0.7.5 -> v0.7.6
      Updating axum-core v0.4.3 -> v0.4.4
      Updating bytes v1.7.1 -> v1.7.2
      Updating casbin v2.4.0 -> v2.5.0
      Updating cc v1.1.18 -> v1.1.21
      Updating clap v4.5.17 -> v4.5.18
      Updating clap_builder v4.5.17 -> v4.5.18
      Updating clap_derive v4.5.13 -> v4.5.18
      Updating iana-time-zone v0.1.60 -> v0.1.61
      Updating lettre v0.11.8 -> v0.11.9
      Updating pest v2.7.12 -> v2.7.13
      Updating pest_derive v2.7.12 -> v2.7.13
      Updating pest_generator v2.7.12 -> v2.7.13
      Updating pest_meta v2.7.12 -> v2.7.13
      Updating pkg-config v0.3.30 -> v0.3.31
      Updating security-framework-sys v2.11.1 -> v2.12.0
      Updating thiserror v1.0.63 -> v1.0.64
      Updating thiserror-impl v1.0.63 -> v1.0.64
      Updating toml_edit v0.22.20 -> v0.22.21
        Adding tower v0.5.1
      Updating tower-http v0.5.2 -> v0.6.1
      Updating unicode-normalization v0.1.23 -> v0.1.24
      Updating unicode-script v0.5.6 -> v0.5.7
      Updating webpki-roots v0.26.5 -> v0.26.6
  ```

ACKs for top commit:
  josecelano:
    ACK cdf2fe3

Tree-SHA512: e2a436767319f13dc3368c632f3500ba86307c4901f8b0d2e2321af8b1b55c4fa25441e89fe432c7ae431004d87d050a9289e281d5fa6d3884a498b2ce970c19
  • Loading branch information
josecelano committed Sep 23, 2024
2 parents fd692a2 + cdf2fe3 commit 3015495
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 58 deletions.
132 changes: 74 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions share/default/config/index.development.sqlite3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ app = "torrust-index"
purpose = "configuration"
schema_version = "2.0.0"

[website.demo]

[logging]
#threshold = "off"
#threshold = "error"
Expand Down
Loading

0 comments on commit 3015495

Please sign in to comment.