Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
```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
```
  • Loading branch information
josecelano committed Sep 23, 2024
1 parent fd692a2 commit 5e0226d
Show file tree
Hide file tree
Showing 2 changed files with 76 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

0 comments on commit 5e0226d

Please sign in to comment.