Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 8 updates (#9)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.203` | `1.0.204` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.39.2` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.6.0` | `1.7.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.8` | `4.5.13` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.119` | `1.0.121` |
| [toml](https://github.com/toml-rs/toml) | `0.8.14` | `0.8.19` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.16.1` | `1.16.3` |
| [roaring](https://github.com/RoaringBitmap/roaring-rs) | `0.10.5` | `0.10.6` |


Updates `serde` from 1.0.203 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.203...v1.0.204)

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

Updates `bytes` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.6.0...v1.7.0)

Updates `clap` from 4.5.8 to 4.5.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@clap_complete-v4.5.8...v4.5.13)

Updates `serde_json` from 1.0.119 to 1.0.121
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.119...v1.0.121)

Updates `toml` from 0.8.14 to 0.8.19
- [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.19)

Updates `bytemuck` from 1.16.1 to 1.16.3
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.16.1...v1.16.3)

Updates `roaring` from 0.10.5 to 0.10.6
- [Release notes](https://github.com/RoaringBitmap/roaring-rs/releases)
- [Commits](RoaringBitmap/roaring-rs@v0.10.5...v0.10.6)

---
updated-dependencies:
- dependency-name: serde
  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-minor
  dependency-group: dependencies
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: roaring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Aug 3, 2024
1 parent 64f535e commit 4d9d80c
Show file tree
Hide file tree
Showing 8 changed files with 82 additions and 157 deletions.
177 changes: 51 additions & 126 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions crates/epkv-epaxos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ ordered-vecmap = { version = "0.2.0", features = ["serde"] }
parking_lot = "0.12.3"
rand = "0.8.5"
scopeguard = "1.2.0"
serde = { version = "1.0.203", features = ["derive"] }
tokio = { version = "1.38.0", features = ["full"] }
serde = { version = "1.0.204", features = ["derive"] }
tokio = { version = "1.39.2", features = ["full"] }
tracing = "0.1.40"
10 changes: 5 additions & 5 deletions crates/epkv-eval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.86", features = ["backtrace"] }
asc = "0.1.1"
bytes = "1.6.0"
bytes = "1.7.0"
camino = { version = "1.1.7", features = ["serde1"] }
clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.13", features = ["derive"] }
crossbeam-queue = "0.3.11"
epkv-protocol = { path = "../epkv-protocol" }
epkv-server = { path = "../epkv-server" }
epkv-utils = { path = "../epkv-utils" }
futures-util = "0.3.30"
numeric_cast = "0.2.1"
rand = "0.8.5"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.121"
simdutf8 = "0.1.4"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.39.2", features = ["full"] }
wgp = "0.2.0"
10 changes: 5 additions & 5 deletions crates/epkv-monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
camino = { version = "1.1.7", features = ["serde1"] }
clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.13", features = ["derive"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-protocol = { path = "../epkv-protocol" }
epkv-utils = { path = "../epkv-utils" }
parking_lot = "0.12.3"
serde = { version = "1.0.203", features = ["derive", "rc"] }
serde_json = "1.0.119"
serde = { version = "1.0.204", features = ["derive", "rc"] }
serde_json = "1.0.121"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.38.0", features = ["full"] }
toml = "0.8.14"
tokio = { version = "1.39.2", features = ["full"] }
toml = "0.8.19"
tracing = "0.1.40"
wgp = "0.2.0"
6 changes: 3 additions & 3 deletions crates/epkv-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ edition = "2021"

[dependencies]
anyhow = "1.0.86"
bytes = { version = "1.6.0", features = ["serde"] }
bytes = { version = "1.7.0", features = ["serde"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-rocks = { path = "../epkv-rocks" }
epkv-utils = { path = "../epkv-utils" }
fnv = "1.0.7"
futures-util = { version = "0.3.30", features = ["sink"] }
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
scopeguard = "1.2.0"
serde = { version = "1.0.203", features = ["derive"] }
tokio = { version = "1.38.0", features = ["full"] }
serde = { version = "1.0.204", features = ["derive"] }
tokio = { version = "1.39.2", features = ["full"] }
tracing = "0.1.40"
wgp = "0.2.0"
8 changes: 4 additions & 4 deletions crates/epkv-rocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.86", features = ["backtrace"] }
asc = "0.1.1"
bytemuck = { version = "1.16.1", features = ["derive"] }
bytes = { version = "1.6.0", features = ["serde"] }
bytemuck = { version = "1.16.3", features = ["derive"] }
bytes = { version = "1.7.0", features = ["serde"] }
camino = { version = "1.1.7", features = ["serde"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-utils = { path = "../epkv-utils" }
numeric_cast = "0.2.1"
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
parking_lot = "0.12.3"
serde = { version = "1.0.203", features = ["derive"] }
tokio = { version = "1.38.0", features = ["full"] }
serde = { version = "1.0.204", features = ["derive"] }
tokio = { version = "1.39.2", features = ["full"] }
tracing = "0.1.40"

[dependencies.rocksdb]
Expand Down
10 changes: 5 additions & 5 deletions crates/epkv-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
asc = "0.1.1"
bytes = "1.6.0"
bytes = "1.7.0"
camino = { version = "1.1.7", features = ["serde1"] }
clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.13", features = ["derive"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-protocol = { path = "../epkv-protocol" }
epkv-rocks = { path = "../epkv-rocks" }
Expand All @@ -17,9 +17,9 @@ futures-util = { version = "0.3.30", features = ["sink"] }
numeric_cast = "0.2.1"
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
parking_lot = "0.12.3"
serde = { version = "1.0.203", features = ["derive", "rc"] }
serde = { version = "1.0.204", features = ["derive", "rc"] }
tikv-jemallocator = "0.5.4"
tokio = { version = "1.38.0", features = ["full"] }
toml = "0.8.14"
tokio = { version = "1.39.2", features = ["full"] }
toml = "0.8.19"
tracing = "0.1.40"
wgp = "0.2.0"
14 changes: 7 additions & 7 deletions crates/epkv-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ edition = "2021"
anyhow = "1.0.86"
asc = "0.1.1"
bincode = "1.3.3"
bytemuck = { version = "1.16.1", features = ["derive"] }
bytes = { version = "1.6.0", features = ["serde"] }
bytemuck = { version = "1.16.3", features = ["derive"] }
bytes = { version = "1.7.0", features = ["serde"] }
camino = "1.1.7"
futures-util = { version = "0.3.30", features = ["sink"] }
numeric_cast = "0.2.1"
once_cell = "1.17.1"
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
parking_lot = "0.12.3"
roaring = "0.10.5"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"
roaring = "0.10.6"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.121"
simdutf8 = "0.1.4"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.39.2", features = ["full"] }
tokio-util = { version = "0.7.11", features = ["codec"] }
toml = "0.8.14"
toml = "0.8.19"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
triomphe = { version = "0.1.13", default-features = false, features = ["std", "serde"] }

0 comments on commit 4d9d80c

Please sign in to comment.