Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [async-trait](https://github.com/dtolnay/async-trait), [ctrlc](https://github.com/Detegr/rust-ctrlc) and [tokio](https://github.com/tokio-rs/tokio).


Updates `async-trait` from 0.1.74 to 0.1.75
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.74...0.1.75)

Updates `ctrlc` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases)
- [Commits](Detegr/rust-ctrlc@3.4.1...3.4.2)

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: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ctrlc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 29e7cd7 commit 8833b24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 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 @@ -16,9 +16,9 @@ members = [

[workspace.dependencies]
async-std = "1"
async-trait = "0.1.64"
async-trait = "0.1.75"
config = "0.13.3"
ctrlc = { version = "3.0", features = ["termination"] }
ctrlc = { version = "3.4", features = ["termination"] }
env_logger = "0.10"
futures = "0.3"
home = "0.5.9"
Expand All @@ -31,7 +31,7 @@ serde_derive = "1.0.163"
serde_json = "^1.0"
strum = "0.25"
strum_macros = "0.25"
tokio = { version = "1.35.0", features = ["time"] }
tokio = { version = "1.35.1", features = ["time"] }
tonic = "0.10"
tonic-build = "0.10"
tonic-reflection = "0.10"
Expand Down

0 comments on commit 8833b24

Please sign in to comment.