Skip to content

Commit 069c4b3

Browse files
authored
Merge pull request #146 from wansenai/dependabot/cargo/base64-0.21.5
Update base64 requirement from 0.13.0 to 0.21.5
2 parents 24b3922 + 651c649 commit 069c4b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mybatis-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ time = { version = "0.2.16", features = ["serde"] }
4040
#only pg
4141
bit-vec = { version = "0.6", features = ["serde"], optional = true }
4242
bigdecimal_ = { version = "0.2.0", package = "bigdecimal", features = ["serde"] }
43-
base64 = "0.13.0"
43+
base64 = "0.21.5"
4444
hex = "0.4"

mybatis-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ quote = "1.0"
2323
syn = { version = "1.0", features = ["full"] }
2424
html_parser = "0.6.2"
2525
###
26-
base64 = "0.13.0"
26+
base64 = "0.21.5"
2727
url = "2.2.2"

mybatis-sql/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ mybatis-macro = { version = "2.0.2", path = "../mybatis-macro" }
2121
serde = { version = "1", features = ["derive"] }
2222
rbson = "2.0.4"
2323
dashmap = { version = "5" }
24-
base64 = "0.13"
24+
base64 = "0.21"
2525
async-trait = "0.1"

0 commit comments

Comments
 (0)