Skip to content

Commit d016403

Browse files
authored
update object_store deps to patch potential security vulnerabilities (#3761)
1 parent bbc1469 commit d016403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

object_store/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ itertools = "0.10.1"
3737
parking_lot = { version = "0.12" }
3838
percent-encoding = "2.1"
3939
snafu = "0.7"
40-
tokio = { version = "1.18", features = ["sync", "macros", "rt", "time", "io-util"] }
40+
tokio = { version = "1.25.0", features = ["sync", "macros", "rt", "time", "io-util"] }
4141
tracing = { version = "0.1" }
4242
url = "2.2"
4343
walkdir = "2"
@@ -72,4 +72,4 @@ dotenv = "0.15.0"
7272
tempfile = "3.1.0"
7373
futures-test = "0.3"
7474
rand = "0.8"
75-
hyper = { version = "0.14", features = ["server"] }
75+
hyper = { version = "0.14.24", features = ["server"] }

0 commit comments

Comments
 (0)