Skip to content

Commit

Permalink
update object_store deps to patch potential security vulnerabilities (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerbart authored Feb 25, 2023
1 parent bbc1469 commit d016403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ itertools = "0.10.1"
parking_lot = { version = "0.12" }
percent-encoding = "2.1"
snafu = "0.7"
tokio = { version = "1.18", features = ["sync", "macros", "rt", "time", "io-util"] }
tokio = { version = "1.25.0", features = ["sync", "macros", "rt", "time", "io-util"] }
tracing = { version = "0.1" }
url = "2.2"
walkdir = "2"
Expand Down Expand Up @@ -72,4 +72,4 @@ dotenv = "0.15.0"
tempfile = "3.1.0"
futures-test = "0.3"
rand = "0.8"
hyper = { version = "0.14", features = ["server"] }
hyper = { version = "0.14.24", features = ["server"] }

0 comments on commit d016403

Please sign in to comment.