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 4 updates (#85)
Browse files Browse the repository at this point in the history
Bumps the cargo-deps group with 4 updates: [jsonrpc](https://github.com/apoelstra/rust-jsonrpc), [clap](https://github.com/clap-rs/clap), [anyhow](https://github.com/dtolnay/anyhow) and [thiserror](https://github.com/dtolnay/thiserror).


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

Updates `clap` from 4.4.12 to 4.4.13
- [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.12...v4.4.13)

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

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

---
updated-dependencies:
- 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-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
...

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 Jan 8, 2024
1 parent bd22038 commit 721c03c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ path = "src/lib.rs"
[dependencies]
time = "0.3.31"
dotenv = "0.15.0"
jsonrpc = "0.16.0"
jsonrpc = "0.17.0"
jsonrpc-core = "18.0.0"
jsonrpc-tcp-server = "18.0.0"
jsonrpc-ipc-server = "18.0.0"
clap = "4.4.12"
clap = "4.4.13"
env_logger = "0.10.1"
log = "0.4.20"
anyhow = "1.0.78"
thiserror = "1.0.53"
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"] }
Expand Down

0 comments on commit 721c03c

Please sign in to comment.