Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` |
| [dashmap](https://github.com/xacrimon/dashmap) | `6.0.1` | `6.1.0` |
| [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.7.1` | `1.7.2` |
| [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.18` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` |
| [simdutf8](https://github.com/rusticstuff/simdutf8) | `0.1.4` | `0.1.5` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.17.1` | `1.18.0` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.11` | `0.7.12` |


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

Updates `dashmap` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](xacrimon/dashmap@v6.0.1...v6.1.0)

Updates `once_cell` from 1.19.0 to 1.20.1
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.19.0...v1.20.1)

Updates `serde` from 1.0.209 to 1.0.210
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.209...v1.0.210)

Updates `bytes` from 1.7.1 to 1.7.2
- [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.7.1...v1.7.2)

Updates `clap` from 4.5.16 to 4.5.18
- [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.16...clap_complete-v4.5.18)

Updates `serde_json` from 1.0.127 to 1.0.128
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.127...1.0.128)

Updates `simdutf8` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/rusticstuff/simdutf8/releases)
- [Changelog](https://github.com/rusticstuff/simdutf8/blob/main/CHANGELOG.md)
- [Commits](rusticstuff/simdutf8@v0.1.4...v0.1.5)

Updates `bytemuck` from 1.17.1 to 1.18.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.17.1...v1.18.0)

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dashmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: simdutf8
  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: tokio-util
  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 Oct 1, 2024
1 parent f3a6248 commit 4e5c63d
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 59 deletions.
61 changes: 35 additions & 26 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 crates/epkv-epaxos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.89"
asc = { version = "0.1.1", features = ["serde"] }
dashmap = "6.0.1"
dashmap = "6.1.0"
epkv-utils = { path = "../epkv-utils" }
fnv = "1.0.7"
futures-util = "0.3.30"
numeric_cast = "0.2.1"
once_cell = "1.17.1"
once_cell = "1.20.1"
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.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"
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.86", features = ["backtrace"] }
anyhow = { version = "1.0.89", features = ["backtrace"] }
asc = "0.1.1"
bytes = "1.7.1"
bytes = "1.7.2"
camino = { version = "1.1.9", features = ["serde1"] }
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.18", 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.209", features = ["derive"] }
serde_json = "1.0.127"
simdutf8 = "0.1.4"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
simdutf8 = "0.1.5"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.40.0", features = ["full"] }
wgp = "0.2.0"
8 changes: 4 additions & 4 deletions crates/epkv-monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.89"
camino = { version = "1.1.9", features = ["serde1"] }
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.18", 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.209", features = ["derive", "rc"] }
serde_json = "1.0.127"
serde = { version = "1.0.210", features = ["derive", "rc"] }
serde_json = "1.0.128"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.40.0", features = ["full"] }
toml = "0.8.19"
Expand Down
6 changes: 3 additions & 3 deletions crates/epkv-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = "1.0.86"
bytes = { version = "1.7.1", features = ["serde"] }
anyhow = "1.0.89"
bytes = { version = "1.7.2", 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.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", 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 @@ -4,17 +4,17 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = { version = "1.0.86", features = ["backtrace"] }
anyhow = { version = "1.0.89", features = ["backtrace"] }
asc = "0.1.1"
bytemuck = { version = "1.17.1", features = ["derive"] }
bytes = { version = "1.7.1", features = ["serde"] }
bytemuck = { version = "1.18.0", features = ["derive"] }
bytes = { version = "1.7.2", 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.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"

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.86"
anyhow = "1.0.89"
asc = "0.1.1"
bytes = "1.7.1"
bytes = "1.7.2"
camino = { version = "1.1.9", features = ["serde1"] }
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-protocol = { path = "../epkv-protocol" }
epkv-rocks = { path = "../epkv-rocks" }
Expand All @@ -17,7 +17,7 @@ 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.209", features = ["derive", "rc"] }
serde = { version = "1.0.210", features = ["derive", "rc"] }
tikv-jemallocator = "0.5.4"
tokio = { version = "1.40.0", features = ["full"] }
toml = "0.8.19"
Expand Down
16 changes: 8 additions & 8 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.86"
anyhow = "1.0.89"
asc = "0.1.1"
bincode = "1.3.3"
bytemuck = { version = "1.17.1", features = ["derive"] }
bytes = { version = "1.7.1", features = ["serde"] }
bytemuck = { version = "1.18.0", features = ["derive"] }
bytes = { version = "1.7.2", features = ["serde"] }
camino = "1.1.9"
futures-util = { version = "0.3.30", features = ["sink"] }
numeric_cast = "0.2.1"
once_cell = "1.17.1"
once_cell = "1.20.1"
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
parking_lot = "0.12.3"
roaring = "0.10.6"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
simdutf8 = "0.1.4"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
simdutf8 = "0.1.5"
tokio = { version = "1.40.0", features = ["full"] }
tokio-util = { version = "0.7.11", features = ["codec"] }
tokio-util = { version = "0.7.12", features = ["codec"] }
toml = "0.8.19"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
Expand Down

0 comments on commit 4e5c63d

Please sign in to comment.