Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
* Bump clap to 4.3.5
* Bump libc to 0.2.146
* Bump log to 0.4.19
* Bump mio to 0.8.8
* Bump serde to 1.0.164
* Bump serde_json to 1.0.97
* Bump time to 0.3.22
* Bump regex to 1.8.4
* Bump tempfile to 3.6.0

Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
  • Loading branch information
FlorentinDUBOIS committed Jun 22, 2023
1 parent b73122b commit cdc4e29
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@ include = [
anyhow = "^1.0.71"
async-dup = "^1.2.2"
async-io = "^1.13.0"
clap = { version = "^4.2.7", features = ["derive"] }
clap = { version = "^4.3.5", features = ["derive"] }
futures = "^0.3.28"
futures-lite = "^1.13.0"
hex = "^0.4.3"
jemallocator = { version = "^0.5.0", optional = true }
lazy_static = "^1.4.0"
libc = "^0.2.142"
log = "^0.4.17"
mio = { version = "^0.8.6", features = ["os-poll", "net"] }
libc = "^0.2.146"
log = "^0.4.19"
mio = { version = "^0.8.8", features = ["os-poll", "net"] }
nix = "^0.26.2"
nom = "^7.1.3"
paw = "^1.0.0"
prettytable-rs = { version = "^0.10.0", default-features = false }
serde = { version = "^1.0.160", features = ["derive"] }
serde_json = "^1.0.96"
time = "^0.3.20"
serde = { version = "^1.0.164", features = ["derive"] }
serde_json = "^1.0.97"
time = "^0.3.22"
rand = "^0.8.5"
regex = "^1.8.1"
regex = "^1.8.4"
slab = "^0.4.8"
smol = "^1.3.0"
tempfile = "^3.5.0"
tempfile = "^3.6.0"
termion = "^2.0.1"
x509-parser = "^0.15.0"

Expand Down

0 comments on commit cdc4e29

Please sign in to comment.