Skip to content

Commit 3450efb

Browse files
committed
chore: bump dependencies
1 parent ef9993e commit 3450efb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

foundationdb-bench/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ license = "MIT/Apache-2.0"
2424
env_logger = "0.9.0"
2525
foundationdb = { version = "*", path = "../foundationdb" }
2626
futures = "0.3.21"
27-
log = "0.4.14"
27+
log = "0.4.16"
2828
rand = "0.8.5"
2929
stopwatch = "0.0.7"
3030
structopt = "0.3.26"

foundationdb-bindingtester/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env_logger = "0.9.0"
3737
foundationdb = { path = "../foundationdb", features = ["uuid", "num-bigint"], default-features = false }
3838
foundationdb-sys = { version = "0.6.0", path = "../foundationdb-sys", default-features = false }
3939
futures = "0.3.21"
40-
log = "0.4.14"
40+
log = "0.4.16"
4141
num-bigint = "0.4.3"
4242
structopt = "0.3.26"
43-
async-trait = "0.1.52"
43+
async-trait = "0.1.53"

foundationdb/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ futures = "0.3.21"
5050
memchr = "2.4.1"
5151
rand = { version = "0.8.5", features = ["default", "small_rng"] }
5252
static_assertions = "1.1.0"
53-
uuid = { version = "0.8.2", optional = true }
53+
uuid = { version = "1.0.0", optional = true }
5454
num-bigint = { version = "0.4.3", optional = true }
55-
async-trait = "0.1.52"
55+
async-trait = "0.1.53"
5656
async-recursion = "1.0.0"
5757

5858
[dev-dependencies]
5959
byteorder = "1.4.3"
6060
lazy_static = "1.4.0"
61-
log = "0.4.14"
61+
log = "0.4.16"
6262
tokio = { version = "1.17.0", features = ["full"] }

0 commit comments

Comments
 (0)