Skip to content

Commit

Permalink
Chore: update deps (#346)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao Zhou <[email protected]>
  • Loading branch information
Mossaka authored Mar 7, 2023
1 parent 45e85e1 commit 498aeb3
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 49 deletions.
112 changes: 69 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ anyhow = "1"
async-trait = "0.1"
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
toml = "0.5"
toml = "0.7"
tempdir = "0.3"
log = { version = "0.4", default-features = false }
env_logger = "0.9"
env_logger = "0.10"
as-any = "0.3"
serde = { version = "1", features = ["derive"] }
hyper = "0.14"
Expand Down
4 changes: 2 additions & 2 deletions crates/keyvalue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ tracing = { workspace = true }
tokio = { workspace = true }
async-trait = { workspace = true }
# kv.azblob deps
azure_storage_blobs = { version = "0.8", optional = true }
azure_storage = { version = "0.8", optional = true }
azure_storage_blobs = { version = "0.10", optional = true }
azure_storage = { version = "0.10", optional = true }
bytes = { version = "1", optional = true }
futures = { version = "0.3", optional = true }
# keyvalue.filesystem deps
Expand Down
4 changes: 2 additions & 2 deletions crates/messaging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ openssl = { version = "0.10", features = ["vendored"], optional = true }
mosquitto-rs = { version = "0.4.0", features = ["vendored-openssl", "vendored-mosquitto"], optional = true}
async-channel = { version = "1.5", optional = true }
# messaging.azsbus deps
azure_core = { version = "0.8.0", optional = true }
azure_messaging_servicebus = { version = "0.8.0", optional = true }
azure_core = { version = "0.10.0", optional = true }
azure_messaging_servicebus = { version = "0.10.0", optional = true }
http = { version = "0.2", optional = true }

[features]
Expand Down

0 comments on commit 498aeb3

Please sign in to comment.