Skip to content

Commit

Permalink
specify version of base64 in gsb-api
Browse files Browse the repository at this point in the history
  • Loading branch information
kamirr committed Aug 29, 2023
1 parent fef718a commit 9aa9e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 core/gsb-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ lazy_static = "1"
thiserror = "1"
uuid = { version = "1.2.2", features = ["v4"] }
futures = "0.3"
base64 = "0"
base64 = "0.21.2"
flexbuffers = "2"
bytes = "1"
tokio = { version = "1", features=["macros"] }
tokio = { version = "1", features = ["macros"] }

[dev-dependencies]
ya-core-model = { version = "^0.9", features = ["gftp"] }
Expand Down

0 comments on commit 9aa9e63

Please sign in to comment.