mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 05:30:33 -04:00
Bump bs58
This commit is contained in:
committed by
Jonas Platte
parent
dd2fefa2f3
commit
0b24df991e
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -635,9 +635,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bs58"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
||||
checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896"
|
||||
dependencies = [
|
||||
"tinyvec",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bumpalo"
|
||||
|
||||
@@ -32,7 +32,7 @@ atomic = "0.5.1"
|
||||
async-std = { version = "1.12.0", features = ["unstable"] }
|
||||
async-trait = { workspace = true }
|
||||
base64 = { workspace = true }
|
||||
bs58 = { version = "0.4.0", optional = true }
|
||||
bs58 = { version = "0.5.0", optional = true }
|
||||
byteorder = { workspace = true }
|
||||
cbc = { version = "0.1.2", features = ["std"], optional = true }
|
||||
cfg-if = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user