Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #164

Merged
merged 55 commits into from
Sep 14, 2024
Merged

Develop #164

merged 55 commits into from
Sep 14, 2024

Commits on Aug 12, 2024

  1. [Cargo]: Bump once_cell from 1.18.0 to 1.19.0

    Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0.
    - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
    - [Commits](matklad/once_cell@v1.18.0...v1.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: once_cell
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3a4d830 View commit details
    Browse the repository at this point in the history
  2. [Cargo]: Bump actix-http from 3.4.0 to 3.5.1

    Bumps [actix-http](https://github.com/actix/actix-web) from 3.4.0 to 3.5.1.
    - [Release notes](https://github.com/actix/actix-web/releases)
    - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
    - [Commits](actix/actix-web@awc-v3.4.0...awc-v3.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: actix-http
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1a8bd6b View commit details
    Browse the repository at this point in the history
  3. [Cargo]: Bump serde_json from 1.0.120 to 1.0.124

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.124.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.120...v1.0.124)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5ec5aa4 View commit details
    Browse the repository at this point in the history
  4. [Cargo]: Bump async-trait from 0.1.80 to 0.1.81

    Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.80 to 0.1.81.
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.80...0.1.81)
    
    ---
    updated-dependencies:
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9d4425e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Merge pull request #148 from friendbear/dependabot/cargo/develop/once…

    …_cell-1.19.0
    
    [Cargo]: Bump once_cell from 1.18.0 to 1.19.0
    friendbear authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    36cc27f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from friendbear/dependabot/cargo/develop/acti…

    …x-http-3.5.1
    
    [Cargo]: Bump actix-http from 3.4.0 to 3.5.1
    friendbear authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f7b2852 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #150 from friendbear/dependabot/cargo/develop/serd…

    …e_json-1.0.124
    
    [Cargo]: Bump serde_json from 1.0.120 to 1.0.124
    friendbear authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d1f0b33 View commit details
    Browse the repository at this point in the history
  4. [Cargo]: Bump openssl from 0.10.62 to 0.10.66

    Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.62 to 0.10.66.
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-v0.10.62...openssl-v0.10.66)
    
    ---
    updated-dependencies:
    - dependency-name: openssl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1dda144 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #151 from friendbear/dependabot/cargo/develop/open…

    …ssl-0.10.66
    
    [Cargo]: Bump openssl from 0.10.62 to 0.10.66
    friendbear authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bc5ce2a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #152 from friendbear/dependabot/cargo/develop/asyn…

    …c-trait-0.1.81
    
    [Cargo]: Bump async-trait from 0.1.80 to 0.1.81
    friendbear authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8cf82a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. [Cargo]: Bump anyhow from 1.0.75 to 1.0.86

    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.86.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.75...1.0.86)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8a0b5f0 View commit details
    Browse the repository at this point in the history
  2. [Cargo]: Bump google-youtube3 from 2.0.10+20210330 to 5.0.5+20240626

    Bumps [google-youtube3](https://github.com/Byron/google-apis-rs) from 2.0.10+20210330 to 5.0.5+20240626.
    - [Release notes](https://github.com/Byron/google-apis-rs/releases)
    - [Changelog](https://github.com/Byron/google-apis-rs/blob/main/changelog.md)
    - [Commits](https://github.com/Byron/google-apis-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: google-youtube3
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1a78f64 View commit details
    Browse the repository at this point in the history
  3. [Cargo]: Bump mongodb from 2.8.2 to 3.0.1

    Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 2.8.2 to 3.0.1.
    - [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
    - [Commits](mongodb/mongo-rust-driver@v2.8.2...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: mongodb
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    cb03811 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #154 from friendbear/dependabot/cargo/develop/anyh…

    …ow-1.0.86
    
    [Cargo]: Bump anyhow from 1.0.75 to 1.0.86
    friendbear authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2fc1a80 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #155 from friendbear/dependabot/cargo/develop/goog…

    …le-youtube3-5.0.520240626
    
    [Cargo]: Bump google-youtube3 from 2.0.10+20210330 to 5.0.5+20240626
    friendbear authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ffba3e4 View commit details
    Browse the repository at this point in the history
  6. [Cargo]: Bump actix-http from 3.5.1 to 3.9.0

    Bumps [actix-http](https://github.com/actix/actix-web) from 3.5.1 to 3.9.0.
    - [Release notes](https://github.com/actix/actix-web/releases)
    - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
    - [Commits](actix/actix-web@awc-v3.5.1...http-v3.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: actix-http
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    22dbcc1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #156 from friendbear/dependabot/cargo/develop/acti…

    …x-http-3.9.0
    
    [Cargo]: Bump actix-http from 3.5.1 to 3.9.0
    friendbear authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    41a423f View commit details
    Browse the repository at this point in the history
  8. [Cargo]: Bump num-traits from 0.2.17 to 0.2.19

    Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.17 to 0.2.19.
    - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
    - [Commits](rust-num/num-traits@num-traits-0.2.17...num-traits-0.2.19)
    
    ---
    updated-dependencies:
    - dependency-name: num-traits
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    bfd5e0e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #157 from friendbear/dependabot/cargo/develop/num-…

    …traits-0.2.19
    
    [Cargo]: Bump num-traits from 0.2.17 to 0.2.19
    friendbear authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f5c4242 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #158 from friendbear/dependabot/cargo/develop/mong…

    …odb-3.0.1
    
    [Cargo]: Bump mongodb from 2.8.2 to 3.0.1
    friendbear authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f32144b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. [Cargo]: Bump axum from 0.6.20 to 0.7.5

    Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.20 to 0.7.5.
    - [Release notes](https://github.com/tokio-rs/axum/releases)
    - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
    - [Commits](tokio-rs/axum@axum-v0.6.20...axum-v0.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: axum
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f180989 View commit details
    Browse the repository at this point in the history
  2. [Cargo]: Bump actix-session from 0.8.0 to 0.10.0

    Bumps [actix-session](https://github.com/actix/actix-extras) from 0.8.0 to 0.10.0.
    - [Release notes](https://github.com/actix/actix-extras/releases)
    - [Commits](actix/actix-extras@session-v0.8.0...redis-v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: actix-session
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6218ba2 View commit details
    Browse the repository at this point in the history
  3. [Cargo]: Bump postgres from 0.19.7 to 0.19.8

    Bumps [postgres](https://github.com/sfackler/rust-postgres) from 0.19.7 to 0.19.8.
    - [Release notes](https://github.com/sfackler/rust-postgres/releases)
    - [Commits](sfackler/rust-postgres@postgres-v0.19.7...postgres-v0.19.8)
    
    ---
    updated-dependencies:
    - dependency-name: postgres
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a4cf40b View commit details
    Browse the repository at this point in the history
  4. [Cargo]: Bump env_logger from 0.10.2 to 0.11.1

    Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.2 to 0.11.1.
    - [Release notes](https://github.com/rust-cli/env_logger/releases)
    - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
    - [Commits](rust-cli/env_logger@v0.10.2...v0.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: env_logger
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    692f5c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge pull request #159 from friendbear/dependabot/cargo/develop/axum…

    …-0.7.5
    
    [Cargo]: Bump axum from 0.6.20 to 0.7.5
    friendbear authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    24a36b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #160 from friendbear/dependabot/cargo/develop/acti…

    …x-session-0.10.0
    
    [Cargo]: Bump actix-session from 0.8.0 to 0.10.0
    friendbear authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7cb7ce7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #161 from friendbear/dependabot/cargo/develop/post…

    …gres-0.19.8
    
    [Cargo]: Bump postgres from 0.19.7 to 0.19.8
    friendbear authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    34d98da View commit details
    Browse the repository at this point in the history
  4. [Cargo]: Bump serde_json from 1.0.124 to 1.0.127

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.124 to 1.0.127.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.124...1.0.127)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ffcbab2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #162 from friendbear/dependabot/cargo/develop/serd…

    …e_json-1.0.127
    
    [Cargo]: Bump serde_json from 1.0.124 to 1.0.127
    friendbear authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    222d94b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #163 from friendbear/dependabot/cargo/develop/env_…

    …logger-0.11.1
    
    [Cargo]: Bump env_logger from 0.10.2 to 0.11.1
    friendbear authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    589e674 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da9da21 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. [Cargo]: Bump clap from 4.5.13 to 4.5.16

    Bumps [clap](https://github.com/clap-rs/clap) from 4.5.13 to 4.5.16.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.13...clap_complete-v4.5.16)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7ab16ce View commit details
    Browse the repository at this point in the history
  2. [Cargo]: Bump crossbeam from 0.8.2 to 0.8.4

    Bumps [crossbeam](https://github.com/crossbeam-rs/crossbeam) from 0.8.2 to 0.8.4.
    - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
    - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
    - [Commits](crossbeam-rs/crossbeam@crossbeam-0.8.2...crossbeam-0.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: crossbeam
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2a4995f View commit details
    Browse the repository at this point in the history
  3. [Cargo]: Bump mongodb from 3.0.1 to 3.1.0

    Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 3.0.1 to 3.1.0.
    - [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
    - [Commits](mongodb/mongo-rust-driver@v3.0.1...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: mongodb
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3c5ab79 View commit details
    Browse the repository at this point in the history
  4. [Cargo]: Bump reqwest from 0.11.22 to 0.12.5

    Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.22 to 0.12.5.
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - [Commits](seanmonstar/reqwest@v0.11.22...v0.12.5)
    
    ---
    updated-dependencies:
    - dependency-name: reqwest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f4f4352 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #166 from friendbear/dependabot/cargo/develop/cros…

    …sbeam-0.8.4
    
    [Cargo]: Bump crossbeam from 0.8.2 to 0.8.4
    friendbear authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4faf113 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #167 from friendbear/dependabot/cargo/develop/mong…

    …odb-3.1.0
    
    [Cargo]: Bump mongodb from 3.0.1 to 3.1.0
    friendbear authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7a1c8dc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #168 from friendbear/dependabot/cargo/develop/reqw…

    …est-0.12.5
    
    [Cargo]: Bump reqwest from 0.11.22 to 0.12.5
    friendbear authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    69f112d View commit details
    Browse the repository at this point in the history
  8. [Cargo]: Bump serde from 1.0.204 to 1.0.209

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.209.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.204...v1.0.209)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    08ed9cf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #169 from friendbear/dependabot/cargo/develop/serd…

    …e-1.0.209
    
    [Cargo]: Bump serde from 1.0.204 to 1.0.209
    friendbear authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ff30b81 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #165 from friendbear/dependabot/cargo/develop/clap…

    …-4.5.16
    
    [Cargo]: Bump clap from 4.5.13 to 4.5.16
    friendbear authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    aa9ddf4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. [Cargo]: Bump async-trait from 0.1.81 to 0.1.82

    Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.81 to 0.1.82.
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.81...0.1.82)
    
    ---
    updated-dependencies:
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ac6574d View commit details
    Browse the repository at this point in the history
  2. [Cargo]: Bump tokio from 1.33.0 to 1.38.1

    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.38.1.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.38.1)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b92caab View commit details
    Browse the repository at this point in the history
  3. [Cargo]: Bump hyper-rustls from 0.27.2 to 0.27.3

    Bumps [hyper-rustls](https://github.com/rustls/hyper-rustls) from 0.27.2 to 0.27.3.
    - [Release notes](https://github.com/rustls/hyper-rustls/releases)
    - [Commits](rustls/hyper-rustls@v/0.27.2...v/0.27.3)
    
    ---
    updated-dependencies:
    - dependency-name: hyper-rustls
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    632ddf6 View commit details
    Browse the repository at this point in the history
  4. [Cargo]: Bump reqwest from 0.12.5 to 0.12.7

    Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.5 to 0.12.7.
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - [Commits](seanmonstar/reqwest@v0.12.5...v0.12.7)
    
    ---
    updated-dependencies:
    - dependency-name: reqwest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6544778 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Merge pull request #170 from friendbear/dependabot/cargo/develop/asyn…

    …c-trait-0.1.82
    
    [Cargo]: Bump async-trait from 0.1.81 to 0.1.82
    friendbear authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9669fa5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #171 from friendbear/dependabot/cargo/develop/toki…

    …o-1.38.1
    
    [Cargo]: Bump tokio from 1.33.0 to 1.38.1
    friendbear authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    74812c4 View commit details
    Browse the repository at this point in the history
  3. [Cargo]: Bump serde_json from 1.0.127 to 1.0.128

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.128.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@1.0.127...1.0.128)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    d93f745 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #172 from friendbear/dependabot/cargo/develop/serd…

    …e_json-1.0.128
    
    [Cargo]: Bump serde_json from 1.0.127 to 1.0.128
    friendbear authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ae308d8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #173 from friendbear/dependabot/cargo/develop/hype…

    …r-rustls-0.27.3
    
    [Cargo]: Bump hyper-rustls from 0.27.2 to 0.27.3
    friendbear authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f48907b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #174 from friendbear/dependabot/cargo/develop/reqw…

    …est-0.12.7
    
    [Cargo]: Bump reqwest from 0.12.5 to 0.12.7
    friendbear authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9e1713f View commit details
    Browse the repository at this point in the history
  7. [Cargo]: Bump tokio from 1.38.1 to 1.40.0

    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.1 to 1.40.0.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.38.1...tokio-1.40.0)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a003d25 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #175 from friendbear/dependabot/cargo/develop/toki…

    …o-1.40.0
    
    [Cargo]: Bump tokio from 1.38.1 to 1.40.0
    friendbear authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    37f7ab8 View commit details
    Browse the repository at this point in the history
  9. fix axum

    friendbear committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    df5f100 View commit details
    Browse the repository at this point in the history
  10. fix mongoDB

    friendbear committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    55c3c8c View commit details
    Browse the repository at this point in the history