Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clearloop/leetcode-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.5
Choose a base ref
...
head repository: clearloop/leetcode-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.6
Choose a head ref
  • 6 commits
  • 9 files changed
  • 4 contributors

Commits on Oct 12, 2024

  1. fix flake.nix (#170)

    * fix(flake.nix): add `SystemConfiguration` for Darwin
    
    * style(flake.nix): fix inputs style
    
    * feat(flake.nix): add naersk as an input
    
    * feat(flake.nix): rust-overlay
    
    * feat(rust-toolchain.toml): define toolchaines
    
    * feat(flake.nix): rewrite with naersk
    
    https://github.com/nix-community/naersk
    
    * style(flake.nix): make it one line
    
    * chore(flake.lock): update
    
    * chore(gitignore): ignore nix result directory
    ryoppippi authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2a65d99 View commit details
    Browse the repository at this point in the history
  2. chore(dep): bump the deps group across 1 directory with 13 updates (#167

    )
    
    Bumps the deps group with 13 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.81` | `0.1.83` |
    | [tokio](https://github.com/tokio-rs/tokio) | `1.39.3` | `1.40.0` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.19` |
    | [keyring](https://github.com/hwchen/keyring-rs) | `3.2.0` | `3.3.0` |
    | [pyo3](https://github.com/pyo3/pyo3) | `0.22.2` | `0.22.3` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` |
    | [regex](https://github.com/rust-lang/regex) | `1.10.6` | `1.11.0` |
    | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` |
    | [clap_complete](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.29` |
    | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` |
    | [diesel](https://github.com/diesel-rs/diesel) | `2.2.3` | `2.2.4` |
    | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.8` |
    
    
    
    Updates `async-trait` from 0.1.81 to 0.1.83
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.81...0.1.83)
    
    Updates `tokio` from 1.39.3 to 1.40.0
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.39.3...tokio-1.40.0)
    
    Updates `clap` from 4.5.16 to 4.5.19
    - [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.16...clap_complete-v4.5.19)
    
    Updates `keyring` from 3.2.0 to 3.3.0
    - [Release notes](https://github.com/hwchen/keyring-rs/releases)
    - [Changelog](https://github.com/hwchen/keyring-rs/blob/master/CHANGELOG.md)
    - [Commits](open-source-cooperative/keyring-rs@v3.2.0...v3.3.0)
    
    Updates `pyo3` from 0.22.2 to 0.22.3
    - [Release notes](https://github.com/pyo3/pyo3/releases)
    - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
    - [Commits](PyO3/pyo3@v0.22.2...v0.22.3)
    
    Updates `serde` from 1.0.209 to 1.0.210
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.209...v1.0.210)
    
    Updates `serde_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)
    
    Updates `regex` from 1.10.6 to 1.11.0
    - [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.6...1.11.0)
    
    Updates `anyhow` from 1.0.86 to 1.0.89
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.86...1.0.89)
    
    Updates `clap_complete` from 4.5.23 to 4.5.29
    - [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.23...clap_complete-v4.5.29)
    
    Updates `thiserror` from 1.0.63 to 1.0.64
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.63...1.0.64)
    
    Updates `diesel` from 2.2.3 to 2.2.4
    - [Release notes](https://github.com/diesel-rs/diesel/releases)
    - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.4/CHANGELOG.md)
    - [Commits](diesel-rs/diesel@v2.2.3...v2.2.4)
    
    Updates `reqwest` from 0.12.7 to 0.12.8
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8)
    
    ---
    updated-dependencies:
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: keyring
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: pyo3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: diesel
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: reqwest
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: clearloop <udtrokia@gmail.com>
    dependabot[bot] and clearloop authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2880aaf View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. chore(dep): bump the deps group across 1 directory with 14 updates (#173

    )
    
    Bumps the deps group with 14 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.1` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.19` | `4.5.21` |
    | [keyring](https://github.com/hwchen/keyring-rs) | `3.3.0` | `3.6.1` |
    | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.66` | `0.10.68` |
    | [pyo3](https://github.com/pyo3/pyo3) | `0.22.3` | `0.23.2` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.215` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.133` |
    | [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` |
    | [scraper](https://github.com/causal-agent/scraper) | `0.20.0` | `0.21.0` |
    | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.93` |
    | [clap_complete](https://github.com/clap-rs/clap) | `4.5.29` | `4.5.38` |
    | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `2.0.3` |
    | [diesel](https://github.com/diesel-rs/diesel) | `2.2.4` | `2.2.5` |
    | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.8` | `0.12.9` |
    
    
    
    Updates `tokio` from 1.40.0 to 1.41.1
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.1)
    
    Updates `clap` from 4.5.19 to 4.5.21
    - [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.19...clap_complete-v4.5.21)
    
    Updates `keyring` from 3.3.0 to 3.6.1
    - [Release notes](https://github.com/hwchen/keyring-rs/releases)
    - [Changelog](https://github.com/hwchen/keyring-rs/blob/master/CHANGELOG.md)
    - [Commits](open-source-cooperative/keyring-rs@v3.3.0...v3.6.1)
    
    Updates `openssl` from 0.10.66 to 0.10.68
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-v0.10.66...openssl-v0.10.68)
    
    Updates `pyo3` from 0.22.3 to 0.23.2
    - [Release notes](https://github.com/pyo3/pyo3/releases)
    - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
    - [Commits](PyO3/pyo3@v0.22.3...v0.23.2)
    
    Updates `serde` from 1.0.210 to 1.0.215
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.210...v1.0.215)
    
    Updates `serde_json` from 1.0.128 to 1.0.133
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.128...v1.0.133)
    
    Updates `regex` from 1.11.0 to 1.11.1
    - [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.11.0...1.11.1)
    
    Updates `scraper` from 0.20.0 to 0.21.0
    - [Release notes](https://github.com/causal-agent/scraper/releases)
    - [Commits](rust-scraper/scraper@v0.20.0...v0.21.0)
    
    Updates `anyhow` from 1.0.89 to 1.0.93
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.89...1.0.93)
    
    Updates `clap_complete` from 4.5.29 to 4.5.38
    - [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.29...clap_complete-v4.5.38)
    
    Updates `thiserror` from 1.0.64 to 2.0.3
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.64...2.0.3)
    
    Updates `diesel` from 2.2.4 to 2.2.5
    - [Release notes](https://github.com/diesel-rs/diesel/releases)
    - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.5/CHANGELOG.md)
    - [Commits](diesel-rs/diesel@v2.2.4...v2.2.5)
    
    Updates `reqwest` from 0.12.8 to 0.12.9
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - [Commits](seanmonstar/reqwest@v0.12.8...v0.12.9)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: keyring
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: openssl
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: pyo3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: scraper
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: deps
    - dependency-name: diesel
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: reqwest
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    e6d4df8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Add --daily cli option for edit, test and exec (#175)

    * add `--daily` cli option for `e`, `t` and `x`
    
    * Bump version to 0.4.6
    
    * Fix description typo
    Dzuchun authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    7923739 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. chore(dep): bump the deps group across 1 directory with 16 updates (#176

    )
    
    Bumps the deps group with 16 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.85` |
    | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.43.0` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.26` |
    | [colored](https://github.com/mackwic/colored) | `2.1.0` | `3.0.0` |
    | [dirs](https://github.com/soc/dirs-rs) | `5.0.1` | `6.0.0` |
    | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.5` | `0.11.6` |
    | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` |
    | [pyo3](https://github.com/pyo3/pyo3) | `0.23.2` | `0.23.4` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.135` |
    | [scraper](https://github.com/causal-agent/scraper) | `0.21.0` | `0.22.0` |
    | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` |
    | [clap_complete](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.42` |
    | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.11` |
    | [diesel](https://github.com/diesel-rs/diesel) | `2.2.5` | `2.2.6` |
    | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.9` | `0.12.12` |
    
    
    
    Updates `async-trait` from 0.1.83 to 0.1.85
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.83...0.1.85)
    
    Updates `tokio` from 1.41.1 to 1.43.0
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.43.0)
    
    Updates `clap` from 4.5.21 to 4.5.26
    - [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.21...clap_complete-v4.5.26)
    
    Updates `colored` from 2.1.0 to 3.0.0
    - [Release notes](https://github.com/mackwic/colored/releases)
    - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
    - [Commits](colored-rs/colored@v2.1.0...v3.0.0)
    
    Updates `dirs` from 5.0.1 to 6.0.0
    - [Commits](https://github.com/soc/dirs-rs/commits)
    
    Updates `env_logger` from 0.11.5 to 0.11.6
    - [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.11.5...v0.11.6)
    
    Updates `log` from 0.4.22 to 0.4.25
    - [Release notes](https://github.com/rust-lang/log/releases)
    - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/log@0.4.22...0.4.25)
    
    Updates `pyo3` from 0.23.2 to 0.23.4
    - [Release notes](https://github.com/pyo3/pyo3/releases)
    - [Changelog](https://github.com/PyO3/pyo3/blob/v0.23.4/CHANGELOG.md)
    - [Commits](PyO3/pyo3@v0.23.2...v0.23.4)
    
    Updates `serde` from 1.0.215 to 1.0.217
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.215...v1.0.217)
    
    Updates `serde_json` from 1.0.133 to 1.0.135
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.133...v1.0.135)
    
    Updates `scraper` from 0.21.0 to 0.22.0
    - [Release notes](https://github.com/causal-agent/scraper/releases)
    - [Commits](rust-scraper/scraper@v0.21.0...v0.22.0)
    
    Updates `anyhow` from 1.0.93 to 1.0.95
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.93...1.0.95)
    
    Updates `clap_complete` from 4.5.38 to 4.5.42
    - [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.38...clap_complete-v4.5.42)
    
    Updates `thiserror` from 2.0.3 to 2.0.11
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@2.0.3...2.0.11)
    
    Updates `diesel` from 2.2.5 to 2.2.6
    - [Release notes](https://github.com/diesel-rs/diesel/releases)
    - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.6/CHANGELOG.md)
    - [Commits](diesel-rs/diesel@v2.2.5...v2.2.6)
    
    Updates `reqwest` from 0.12.9 to 0.12.12
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - [Commits](seanmonstar/reqwest@v0.12.9...v0.12.12)
    
    ---
    updated-dependencies:
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: colored
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: deps
    - dependency-name: dirs
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: deps
    - dependency-name: env_logger
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: log
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: pyo3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: scraper
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: diesel
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: reqwest
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    ce00ad6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. chore(dep): bump the deps group with 7 updates (#177)

    Bumps the deps group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.86` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.27` |
    | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.68` | `0.10.69` |
    | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.138` |
    | [clap_complete](https://github.com/clap-rs/clap) | `4.5.42` | `4.5.44` |
    | [diesel](https://github.com/diesel-rs/diesel) | `2.2.6` | `2.2.7` |
    
    
    Updates `async-trait` from 0.1.85 to 0.1.86
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.85...0.1.86)
    
    Updates `clap` from 4.5.26 to 4.5.27
    - [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.26...clap_complete-v4.5.27)
    
    Updates `openssl` from 0.10.68 to 0.10.69
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-v0.10.68...openssl-v0.10.69)
    
    Updates `rand` from 0.8.5 to 0.9.0
    - [Release notes](https://github.com/rust-random/rand/releases)
    - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
    - [Commits](rust-random/rand@0.8.5...0.9.0)
    
    Updates `serde_json` from 1.0.135 to 1.0.138
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.135...v1.0.138)
    
    Updates `clap_complete` from 4.5.42 to 4.5.44
    - [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.42...clap_complete-v4.5.44)
    
    Updates `diesel` from 2.2.6 to 2.2.7
    - [Release notes](https://github.com/diesel-rs/diesel/releases)
    - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.7/CHANGELOG.md)
    - [Commits](diesel-rs/diesel@v2.2.6...v2.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: openssl
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: rand
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: diesel
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    04a611b View commit details
    Browse the repository at this point in the history
Loading