fix(deps): update all dependencies
This commit is contained in:
22
Cargo.toml
22
Cargo.toml
@@ -9,18 +9,18 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
git2 = { version = "0.16.1" }
|
||||
clap = "4.2.1"
|
||||
color-eyre = "0.6.2"
|
||||
git2 = { version = "0.18.3" }
|
||||
clap = "4.5.4"
|
||||
color-eyre = "0.6.3"
|
||||
dotenv = "0.15.0"
|
||||
eyre = "0.6.8"
|
||||
serde = { version = "1.0.159", features = ["derive"] }
|
||||
serde_json = "1.0.95"
|
||||
serde_yaml = "0.9.19"
|
||||
eyre = "0.6.12"
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0.115"
|
||||
serde_yaml = "0.9.34+deprecated"
|
||||
tempdir = "0.3.7"
|
||||
tokio = { version = "1.27.0", features = ["full"] }
|
||||
tracing = { version = "0.1.37", features = ["log"] }
|
||||
tracing-subscriber = "0.3.16"
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
tracing = { version = "0.1.40", features = ["log"] }
|
||||
tracing-subscriber = "0.3.18"
|
||||
serde_toml = "0.0.1"
|
||||
toml = { version = "0.7.3", features = ["preserve_order"] }
|
||||
toml = { version = "0.8.12", features = ["preserve_order"] }
|
||||
tokio-scoped = "0.2.0"
|
||||
|
Reference in New Issue
Block a user