Skip to content

Commit

Permalink
chore: update a few cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed May 10, 2024
1 parent 1364719 commit 64090c4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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 rust/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.80"
indicatif = "0.17"
prost = "0.12.4"
futures = "0.3.30"
base64 = "0.22.0"
base64 = "0.22.1"
dotenv = "0.15"
serde_yaml = "0.9.33"

Expand Down
2 changes: 1 addition & 1 deletion rust/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ chrono = "0.4.38"
serde_yaml = "0.9.33"
futures = { version = "0.3", features = ["async-await", "std"], default-features = false }
sha2 = { default-features = false, version = "0.10.8" }
data-encoding = "2.5.0"
data-encoding = "2.6.0"
pbjson-types = { version = "0.6.0", path = "../pbjson-types" }
mockall = "0.12.1"
uuid = { version = "1.8.0", default-features = false, features = ["v4", "js"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/wasm-binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde_json = { default-features = false, version = "1", features = ["std"] }
futures = { version = "0.3", features = ["async-await"], default-features = false }
serde-wasm-bindgen = "0.6"
sha2 = { default-features = false, version = "0.10" }
data-encoding = "2.5.0"
data-encoding = "2.6.0"
web-sys = { version = "0.3", default-features = false, features = [
"RequestInit",
"Headers",
Expand Down

0 comments on commit 64090c4

Please sign in to comment.