Skip to content

Commit f982155

Browse files
Update base64 requirement from 0.21.0 to 0.22.1
--- updated-dependencies: - dependency-name: base64 dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47154e7 commit f982155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ codegen = { version = "0.2.0", optional = true }
2424
edge-gpt = { version = "0.3.3", optional = true }
2525
hmac = { version = "0.12.1", optional = true }
2626
md-5 = { version = "0.10.5", optional = true }
27-
base64 = { version = "0.21.0", optional = true }
27+
base64 = { version = "0.22.1", optional = true }
2828
uuid = { version = "1.3.2", features = ["v4"], optional = true }
2929
sentencepiece = { version = "0.11.1", optional = true }
3030
model-manager = { git = "https://github.com/JustFrederik/model_manager.git", rev = "aee991c", optional = true }

0 commit comments

Comments
 (0)