Skip to content

Commit

Permalink
[2.1.3] Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew121410 committed Nov 7, 2024
1 parent 3e05938 commit d012acb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[package]
name = "limonium"
version = "2.1.2"
version = "2.1.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

# https://crates.io/
[dependencies]
openssl = { version = "0.10.66", features = ["vendored"] }
reqwest = { version = "0.12.7", features = ["stream"] }
serde = "1.0.209"
serde_derive = "1.0.209"
serde_json = "1.0.127"
async-trait = "0.1.81"
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }
openssl = { version = "0.10.68", features = ["vendored"] }
reqwest = { version = "0.12.9", features = ["stream"] }
serde = "1.0.214"
serde_derive = "1.0.214"
serde_json = "1.0.132"
async-trait = "0.1.83"
tokio = { version = "1.41.0", features = ["rt-multi-thread", "macros"] }
colored = "2.1.0"
self_update = { version = "0.41.0", features = ["archive-zip", "compression-zip-deflate"] }
uuid = { version = "1.10.0", features = ["v4"] }
uuid = { version = "1.11.0", features = ["v4"] }
chrono = "0.4.38"
clap = "4.5.16"
openssh-sftp-client = "0.15.0"
openssh = "0.11.0"
clap = "4.5.20"
openssh-sftp-client = "0.15.2"
openssh = "0.11.3"
indicatif = "0.17.8"
regex = "1.10.6"
regex = "1.11.1"
tempdir = "0.3.7"
futures-util = "0.3.30"
futures-util = "0.3.31"

0 comments on commit d012acb

Please sign in to comment.