⬆️: megalodon 1.0.0

This commit is contained in:
VC
2025-01-24 14:54:18 +01:00
parent 3a8fd538fc
commit 26805feadb
4 changed files with 49 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "oolatoocs"
version = "4.1.2"
version = "4.1.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -12,7 +12,7 @@ env_logger = "^0.10"
futures = "^0.3"
html-escape = "^0.2"
log = "^0.4"
megalodon = "^0.13"
megalodon = "^1.0"
oauth1-request = "^0.6"
regex = "^1.10"
reqwest = { version = "^0.11", features = ["json", "stream", "multipart"] }