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

Bump the backend group with 15 updates #485

Closed
wants to merge 1 commit into from

Commits on Apr 8, 2024

  1. Bump the backend group with 15 updates

    Bumps the backend group with 15 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.80` | `1.0.81` |
    | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.77` | `0.1.79` |
    | [axum](https://github.com/tokio-rs/axum) | `0.7.4` | `0.7.5` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.1` | `4.5.4` |
    | [config](https://github.com/mehcode/config-rs) | `0.13.4` | `0.14.0` |
    | [deadpool-postgres](https://github.com/bikeshedder/deadpool) | `0.12.1` | `0.13.0` |
    | [jsonwebtoken](https://github.com/Keats/jsonwebtoken) | `9.2.0` | `9.3.0` |
    | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.33.3` | `0.37.0` |
    | [regex](https://github.com/rust-lang/regex) | `1.10.3` | `1.10.4` |
    | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.24` | `0.12.3` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.115` |
    | [serde_yaml](https://github.com/dtolnay/serde-yaml) | `0.9.32` | `0.9.34+deprecated` |
    | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` |
    | [tokio](https://github.com/tokio-rs/tokio) | `1.36.0` | `1.37.0` |
    | [uuid](https://github.com/uuid-rs/uuid) | `1.7.0` | `1.8.0` |
    
    
    Updates `anyhow` from 1.0.80 to 1.0.81
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.80...1.0.81)
    
    Updates `async-trait` from 0.1.77 to 0.1.79
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.77...0.1.79)
    
    Updates `axum` from 0.7.4 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.7.4...axum-v0.7.5)
    
    Updates `clap` from 4.5.1 to 4.5.4
    - [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.1...v4.5.4)
    
    Updates `config` from 0.13.4 to 0.14.0
    - [Changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md)
    - [Commits](rust-cli/config-rs@v0.13.4...0.14.0)
    
    Updates `deadpool-postgres` from 0.12.1 to 0.13.0
    - [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
    - [Commits](bikeshedder/deadpool@deadpool-postgres-v0.12.1...deadpool-postgres-v0.13.0)
    
    Updates `jsonwebtoken` from 9.2.0 to 9.3.0
    - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md)
    - [Commits](Keats/jsonwebtoken@v9.2.0...v9.3.0)
    
    Updates `octocrab` from 0.33.3 to 0.37.0
    - [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
    - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
    - [Commits](XAMPPRocky/octocrab@v0.33.3...v0.37.0)
    
    Updates `regex` from 1.10.3 to 1.10.4
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.10.3...1.10.4)
    
    Updates `reqwest` from 0.11.24 to 0.12.3
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - [Commits](seanmonstar/reqwest@v0.11.24...v0.12.3)
    
    Updates `serde_json` from 1.0.114 to 1.0.115
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.114...v1.0.115)
    
    Updates `serde_yaml` from 0.9.32 to 0.9.34+deprecated
    - [Release notes](https://github.com/dtolnay/serde-yaml/releases)
    - [Commits](dtolnay/serde-yaml@0.9.32...0.9.34)
    
    Updates `thiserror` from 1.0.57 to 1.0.58
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.57...1.0.58)
    
    Updates `tokio` from 1.36.0 to 1.37.0
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.37.0)
    
    Updates `uuid` from 1.7.0 to 1.8.0
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.7.0...1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: backend
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: backend
    - dependency-name: axum
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: backend
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: backend
    - dependency-name: config
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: backend
    - dependency-name: deadpool-postgres
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: backend
    - dependency-name: jsonwebtoken
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: backend
    - dependency-name: octocrab
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: backend
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: backend
    - dependency-name: reqwest
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: backend
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: backend
    - dependency-name: serde_yaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: backend
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: backend
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: backend
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: backend
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c170209 View commit details
    Browse the repository at this point in the history