refactor(dependencies): bump version of all dependencies

This commit is contained in:
VC
2022-04-22 09:10:29 +02:00
parent bd7d4dbbb5
commit d228ceaaf6
2 changed files with 271 additions and 50 deletions

View File

@@ -1,21 +1,21 @@
[package]
name = "scootaloo"
version = "0.4.1"
version = "0.4.2"
authors = ["VC <veretcle+framagit@mateu.be>"]
edition = "2018"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
toml = "^0.5"
clap = "^2.33"
clap = "^2.34"
futures = "^0.3"
egg-mode = { git = "https://github.com/egg-mode-rs/egg-mode", rev = "6b81073eba9c3b123ca0e80bdb5ef61d1758f131" }
egg-mode = "^0.16"
tokio = { version = "1", features = ["full"]}
elefren = "^0.20"
elefren = "^0.22"
htmlescape = "^0.3"
reqwest = "^0.11"
log = "^0.4"
simple_logger = "^1.11"
simple_logger = "^2.1"