Bumped various dependencies to their latest version:

orion: 0.17.4 -> 0.17.5
    passterm: 1.1.7 -> 2.0.0
    colored: 2.0.0 -> 2.0.4
This commit is contained in:
Arkaprabha Chakraborty
2023-07-24 03:12:50 +05:30
parent 18f65f9dc3
commit a021dd7a20
2 changed files with 102 additions and 75 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "rustcm-cli"
version = "0.1.1-alpha"
version = "0.1.2-alpha"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
orion = "0.17.4"
passterm = "1.1.7"
colored = "2.0.0"
orion = "0.17.5"
passterm = "2.0.0"
colored = "2.0.4"