chore(deps): Add base64
to dependencies
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
5fc84c54e7
commit
9093d338f4
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2169,6 +2169,7 @@ dependencies = [
|
|||
name = "telepingbot"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"chrono",
|
||||
"grammers-client",
|
||||
"grammers-session",
|
||||
|
|
|
@ -12,6 +12,7 @@ version = "0.1.0"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.22.1"
|
||||
chrono = "0.4.38"
|
||||
grammers-client = "0.6.0"
|
||||
grammers-session = "0.5.2"
|
||||
|
|
Loading…
Reference in a new issue