Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump the cargo-deps group with 10 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-deps group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [time](https://github.com/time-rs/time) | `0.3.31` | `0.3.36` |
| [jsonrpc](https://github.com/apoelstra/rust-jsonrpc) | `0.17.0` | `0.18.0` |
| [clap](https://github.com/clap-rs/clap) | `4.4.13` | `4.5.4` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.10.1` | `0.11.1` |
| [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.21` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.79` | `1.0.86` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.56` | `1.0.61` |
| [diesel](https://github.com/diesel-rs/diesel) | `2.1.4` | `2.1.6` |
| [libsqlite3-sys](https://github.com/rusqlite/rusqlite) | `0.27.0` | `0.28.0` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.35.1` | `1.37.0` |


Updates `time` from 0.3.31 to 0.3.36
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.31...v0.3.36)

Updates `jsonrpc` from 0.17.0 to 0.18.0
- [Changelog](https://github.com/apoelstra/rust-jsonrpc/blob/master/CHANGELOG.md)
- [Commits](apoelstra/rust-jsonrpc@0.17.0...0.18.0)

Updates `clap` from 4.4.13 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@v4.4.13...v4.5.4)

Updates `env_logger` from 0.10.1 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.1...v0.11.1)

Updates `log` from 0.4.20 to 0.4.21
- [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.20...0.4.21)

Updates `anyhow` from 1.0.79 to 1.0.86
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.79...1.0.86)

Updates `thiserror` from 1.0.56 to 1.0.61
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.56...1.0.61)

Updates `diesel` from 2.1.4 to 2.1.6
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.1.6/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v2.1.4...v2.1.6)

Updates `libsqlite3-sys` from 0.27.0 to 0.28.0
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.27.0...v0.28.0)

Updates `tokio` from 1.35.1 to 1.37.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.37.0)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: jsonrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: diesel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: libsqlite3-sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent d1e822b commit 2a5ad03
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 104 deletions.
149 changes: 55 additions & 94 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ name = "scrob"
path = "src/lib.rs"

[dependencies]
time = "0.3.31"
time = "0.3.36"
dotenv = "0.15.0"
jsonrpc = "0.17.0"
jsonrpc = "0.18.0"
jsonrpc-core = "18.0.0"
jsonrpc-tcp-server = "18.0.0"
jsonrpc-ipc-server = "18.0.0"
clap = "4.4.13"
env_logger = "0.10.1"
log = "0.4.20"
anyhow = "1.0.79"
thiserror = "1.0.56"
diesel = { version = "2.1.4", features = ["sqlite"] }
libsqlite3-sys = { version = "0.27.0", features = ["bundled"] }
tokio = { version = "1.35.1", features = ["full"] }
clap = "4.5.4"
env_logger = "0.11.1"
log = "0.4.21"
anyhow = "1.0.86"
thiserror = "1.0.61"
diesel = { version = "2.1.6", features = ["sqlite"] }
libsqlite3-sys = { version = "0.28.0", features = ["bundled"] }
tokio = { version = "1.37.0", features = ["full"] }

[profile.dev]
lto = true
Expand Down

0 comments on commit 2a5ad03

Please sign in to comment.