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 3 updates (#83)
Browse files Browse the repository at this point in the history
Bumps the cargo-deps group with 3 updates: [time](https://github.com/time-rs/time), [anyhow](https://github.com/dtolnay/anyhow) and [tokio](https://github.com/tokio-rs/tokio).


Updates `time` from 0.3.30 to 0.3.31
- [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.30...v0.3.31)

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

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

---
updated-dependencies:
- dependency-name: time
  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: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 5923158 commit 189bed4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

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

[dependencies]
time = "0.3.30"
time = "0.3.31"
dotenv = "0.15.0"
jsonrpc = "0.16.0"
jsonrpc-core = "18.0.0"
Expand All @@ -39,11 +39,11 @@ jsonrpc-ipc-server = "18.0.0"
clap = "4.4.11"
env_logger = "0.10.1"
log = "0.4.20"
anyhow = "1.0.75"
anyhow = "1.0.76"
thiserror = "1.0.51"
diesel = { version = "2.1.4", features = ["sqlite"] }
libsqlite3-sys = { version = "0.27.0", features = ["bundled"] }
tokio = { version = "1.35.0", features = ["full"] }
tokio = { version = "1.35.1", features = ["full"] }

[profile.dev]
lto = true
Expand Down

0 comments on commit 189bed4

Please sign in to comment.