Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 10 updates (#7)
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.82` | `1.0.86` |
| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.2` | `0.12.3` |
| [serde](https://github.com/serde-rs/serde) | `1.0.200` | `1.0.203` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.37.0` | `1.38.0` |
| [camino](https://github.com/camino-rs/camino) | `1.1.6` | `1.1.7` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` |
| [toml](https://github.com/toml-rs/toml) | `0.8.12` | `0.8.13` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.15.0` | `1.16.0` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.10` | `0.7.11` |
| [triomphe](https://github.com/Manishearth/triomphe) | `0.1.11` | `0.1.12` |


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

Updates `parking_lot` from 0.12.2 to 0.12.3
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.12.2...0.12.3)

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

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

Updates `camino` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/camino-rs/camino/releases)
- [Changelog](https://github.com/camino-rs/camino/blob/main/CHANGELOG.md)
- [Commits](camino-rs/camino@camino-1.1.6...camino-1.1.7)

Updates `serde_json` from 1.0.116 to 1.0.117
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.117)

Updates `toml` from 0.8.12 to 0.8.13
- [Commits](toml-rs/toml@toml-v0.8.12...toml-v0.8.13)

Updates `bytemuck` from 1.15.0 to 1.16.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.15.0...v1.16.0)

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

Updates `triomphe` from 0.1.11 to 0.1.12
- [Commits](https://github.com/Manishearth/triomphe/commits/v0.1.12)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: parking_lot
  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: camino
  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-minor
  dependency-group: dependencies
- dependency-name: tokio-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: triomphe
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 2e30b22 commit d8717d3
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 72 deletions.
61 changes: 30 additions & 31 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,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.82"
anyhow = "1.0.86"
asc = { version = "0.1.1", features = ["serde"] }
dashmap = "5.5.3"
epkv-utils = { path = "../epkv-utils" }
Expand All @@ -14,9 +14,9 @@ futures-util = "0.3.30"
numeric_cast = "0.2.1"
once_cell = "1.17.1"
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
parking_lot = "0.12.2"
parking_lot = "0.12.3"
rand = "0.8.5"
scopeguard = "1.2.0"
serde = { version = "1.0.164", features = ["derive"] }
tokio = { version = "1.29.1", features = ["full"] }
serde = { version = "1.0.203", features = ["derive"] }
tokio = { version = "1.38.0", 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 @@ -4,10 +4,10 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = { version = "1.0.82", features = ["backtrace"] }
anyhow = { version = "1.0.86", features = ["backtrace"] }
asc = "0.1.1"
bytes = "1.6.0"
camino = { version = "1.1.6", features = ["serde1"] }
camino = { version = "1.1.7", features = ["serde1"] }
clap = { version = "4.5.4", features = ["derive"] }
crossbeam-queue = "0.3.11"
epkv-protocol = { path = "../epkv-protocol" }
Expand All @@ -16,9 +16,9 @@ epkv-utils = { path = "../epkv-utils" }
futures-util = "0.3.30"
numeric_cast = "0.2.1"
rand = "0.8.5"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.99"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
simdutf8 = "0.1.4"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.29.1", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }
wgp = "0.2.0"
14 changes: 7 additions & 7 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.82"
camino = { version = "1.1.6", features = ["serde1"] }
anyhow = "1.0.86"
camino = { version = "1.1.7", features = ["serde1"] }
clap = { version = "4.5.4", features = ["derive"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-protocol = { path = "../epkv-protocol" }
epkv-utils = { path = "../epkv-utils" }
parking_lot = "0.12.2"
serde = { version = "1.0.164", features = ["derive", "rc"] }
serde_json = "1.0.99"
parking_lot = "0.12.3"
serde = { version = "1.0.203", features = ["derive", "rc"] }
serde_json = "1.0.117"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.29.1", features = ["full"] }
toml = "0.8.12"
tokio = { version = "1.38.0", features = ["full"] }
toml = "0.8.13"
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 @@ -4,7 +4,7 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
bytes = { version = "1.6.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.30", features = ["sink"] }
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
scopeguard = "1.2.0"
serde = { version = "1.0.164", features = ["derive"] }
tokio = { version = "1.29.1", features = ["full"] }
serde = { version = "1.0.203", features = ["derive"] }
tokio = { version = "1.38.0", features = ["full"] }
tracing = "0.1.40"
wgp = "0.2.0"
12 changes: 6 additions & 6 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.82", features = ["backtrace"] }
anyhow = { version = "1.0.86", features = ["backtrace"] }
asc = "0.1.1"
bytemuck = { version = "1.15.0", features = ["derive"] }
bytemuck = { version = "1.16.0", features = ["derive"] }
bytes = { version = "1.6.0", features = ["serde"] }
camino = { version = "1.1.6", 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.2"
serde = { version = "1.0.164", features = ["derive"] }
tokio = { version = "1.29.1", features = ["full"] }
parking_lot = "0.12.3"
serde = { version = "1.0.203", features = ["derive"] }
tokio = { version = "1.38.0", features = ["full"] }
tracing = "0.1.40"

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

[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
asc = "0.1.1"
bytes = "1.6.0"
camino = { version = "1.1.6", features = ["serde1"] }
camino = { version = "1.1.7", features = ["serde1"] }
clap = { version = "4.5.4", features = ["derive"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-protocol = { path = "../epkv-protocol" }
Expand All @@ -16,10 +16,10 @@ epkv-utils = { path = "../epkv-utils" }
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.2"
serde = { version = "1.0.164", features = ["derive", "rc"] }
parking_lot = "0.12.3"
serde = { version = "1.0.203", features = ["derive", "rc"] }
tikv-jemallocator = "0.5.4"
tokio = { version = "1.29.1", features = ["full"] }
toml = "0.8.12"
tokio = { version = "1.38.0", features = ["full"] }
toml = "0.8.13"
tracing = "0.1.40"
wgp = "0.2.0"
20 changes: 10 additions & 10 deletions crates/epkv-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
asc = "0.1.1"
bincode = "1.3.3"
bytemuck = { version = "1.15.0", features = ["derive"] }
bytemuck = { version = "1.16.0", features = ["derive"] }
bytes = { version = "1.6.0", features = ["serde"] }
camino = "1.1.6"
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.2"
parking_lot = "0.12.3"
roaring = "0.10.4"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.99"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
simdutf8 = "0.1.4"
tokio = { version = "1.29.1", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["codec"] }
toml = "0.8.12"
tokio = { version = "1.38.0", features = ["full"] }
tokio-util = { version = "0.7.11", features = ["codec"] }
toml = "0.8.13"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
triomphe = { version = "0.1.11", default-features = false, features = ["std", "serde"] }
triomphe = { version = "0.1.12", default-features = false, features = ["std", "serde"] }

0 comments on commit d8717d3

Please sign in to comment.