Skip to content

Commit

Permalink
Merge pull request #1775 from datafuselabs/dependabot/cargo/master/sh…
Browse files Browse the repository at this point in the history
…a2-0.9.8

build(deps): bump sha2 from 0.9.6 to 0.9.8
  • Loading branch information
databend-bot authored Sep 10, 2021
2 parents e1157d4 + 206b691 commit c41fcfa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ run_script = "^0.8.0"
rustyline = "9.0.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.9.6"
sha2 = "0.9.8"
sysinfo = "0.20.3"
tar = "0.4.37"
thiserror = "1.0.29"
Expand Down
2 changes: 1 addition & 1 deletion common/management/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ common-store-api= {path = "../store-api"}
async-trait = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.9.6"
sha2 = "0.9.8"

[dev-dependencies]
common-runtime = { path = "../runtime"}
Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tokio-stream = "0.1"
tracing-appender = "0.1.2"
tonic = { version = "0.5.2", features = ["tls"]}

sha2 = "0.9.6"
sha2 = "0.9.8"
uuid = { version = "0.8", features = ["serde", "v4"] }
axum = {version = "0.2.3", features=["headers"] }
axum-server = { version = "0.2", features = ["tls-rustls"] }
Expand Down

0 comments on commit c41fcfa

Please sign in to comment.