Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` |
| [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` |
| [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) | `0.3.11` | `0.3.12` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.20.0` | `1.21.0` |
| [roaring](https://github.com/RoaringBitmap/roaring-rs) | `0.10.7` | `0.10.9` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` |


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

Updates `serde` from 1.0.215 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.217)

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

Updates `clap` from 4.5.21 to 4.5.23
- [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.21...clap_complete-v4.5.23)

Updates `crossbeam-queue` from 0.3.11 to 0.3.12
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-queue-0.3.11...crossbeam-queue-0.3.12)

Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.133...v1.0.134)

Updates `bytemuck` from 1.20.0 to 1.21.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.20.0...v1.21.0)

Updates `roaring` from 0.10.7 to 0.10.9
- [Release notes](https://github.com/RoaringBitmap/roaring-rs/releases)
- [Commits](RoaringBitmap/roaring-rs@v0.10.7...v0.10.9)

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: crossbeam-queue
  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: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: roaring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tokio-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 73f50ac commit 60e5d8c
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 56 deletions.
48 changes: 24 additions & 24 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 crates/epkv-epaxos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
asc = { version = "0.2.0", features = ["serde"] }
dashmap = "6.1.0"
epkv-utils = { path = "../epkv-utils" }
Expand All @@ -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.215", features = ["derive"] }
tokio = { version = "1.41.1", features = ["full"] }
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"
12 changes: 6 additions & 6 deletions crates/epkv-eval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = { version = "1.0.93", features = ["backtrace"] }
anyhow = { version = "1.0.95", features = ["backtrace"] }
asc = "0.2.0"
bytes = "1.9.0"
camino = { version = "1.1.9", features = ["serde1"] }
clap = { version = "4.5.21", features = ["derive"] }
crossbeam-queue = "0.3.11"
clap = { version = "4.5.23", features = ["derive"] }
crossbeam-queue = "0.3.12"
epkv-protocol = { path = "../epkv-protocol" }
epkv-server = { path = "../epkv-server" }
epkv-utils = { path = "../epkv-utils" }
futures-util = "0.3.31"
numeric_cast = "0.2.1"
rand = "0.8.5"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
simdutf8 = "0.1.5"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.41.1", features = ["full"] }
tokio = { version = "1.42.0", 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 @@ -4,17 +4,17 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
camino = { version = "1.1.9", features = ["serde1"] }
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", 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.215", features = ["derive", "rc"] }
serde_json = "1.0.133"
serde = { version = "1.0.217", features = ["derive", "rc"] }
serde_json = "1.0.134"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.41.1", features = ["full"] }
tokio = { version = "1.42.0", features = ["full"] }
toml = "0.8.19"
tracing = "0.1.41"
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 @@ -4,7 +4,7 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
bytes = { version = "1.9.0", features = ["serde"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-rocks = { path = "../epkv-rocks" }
Expand All @@ -13,7 +13,7 @@ fnv = "1.0.7"
futures-util = { version = "0.3.31", features = ["sink"] }
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
scopeguard = "1.2.0"
serde = { version = "1.0.215", features = ["derive"] }
tokio = { version = "1.41.1", features = ["full"] }
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"
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 @@ -4,18 +4,18 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = { version = "1.0.93", features = ["backtrace"] }
anyhow = { version = "1.0.95", features = ["backtrace"] }
asc = "0.2.0"
bytemuck = { version = "1.20.0", features = ["derive"] }
bytemuck = { version = "1.21.0", features = ["derive"] }
bytes = { version = "1.9.0", features = ["serde"] }
camino = { version = "1.1.9", 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.215", features = ["derive"] }
tokio = { version = "1.41.1", features = ["full"] }
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"

[dependencies.rocksdb]
Expand Down
8 changes: 4 additions & 4 deletions crates/epkv-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
asc = "0.2.0"
bytes = "1.9.0"
camino = { version = "1.1.9", features = ["serde1"] }
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", 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.31", features = ["sink"] }
numeric_cast = "0.2.1"
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
parking_lot = "0.12.3"
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde = { version = "1.0.217", features = ["derive", "rc"] }
tikv-jemallocator = "0.5.4"
tokio = { version = "1.41.1", features = ["full"] }
tokio = { version = "1.42.0", features = ["full"] }
toml = "0.8.19"
tracing = "0.1.41"
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 @@ -4,23 +4,23 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
asc = "0.2.0"
bincode = "1.3.3"
bytemuck = { version = "1.20.0", features = ["derive"] }
bytemuck = { version = "1.21.0", features = ["derive"] }
bytes = { version = "1.9.0", features = ["serde"] }
camino = "1.1.9"
futures-util = { version = "0.3.31", features = ["sink"] }
numeric_cast = "0.2.1"
once_cell = "1.20.2"
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
parking_lot = "0.12.3"
roaring = "0.10.7"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
roaring = "0.10.9"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
simdutf8 = "0.1.5"
tokio = { version = "1.41.1", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["codec"] }
tokio = { version = "1.42.0", features = ["full"] }
tokio-util = { version = "0.7.13", features = ["codec"] }
toml = "0.8.19"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time"] }
Expand Down

0 comments on commit 60e5d8c

Please sign in to comment.