Skip to content

Commit a1227ef

Browse files
authored
Update libraries (#35)
1 parent c6bdfce commit a1227ef

File tree

3 files changed

+64
-60
lines changed

3 files changed

+64
-60
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.1 release (2023-11-03)
2+
3+
* Update libraries (deps).
4+
15
## 1.4.0 release (2023-10-13)
26

37
* Add docker compose **watch** command support.

cli/Cargo.lock

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[package]
22
name = "dctl"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
edition = "2021"
55

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

88
[dependencies]
99
tokio = { version = "1.33.0", features = ["full"] }
10-
async-trait = { version = "0.1.73" }
10+
async-trait = { version = "0.1.74" }
1111
eyre = { version = "0.6.8" }
12-
clap = { version = "4.4.6", features = ["cargo"] }
13-
clap_complete = { version = "4.4.3" }
14-
toml = { version = "0.8.2" }
12+
clap = { version = "4.4.7", features = ["cargo"] }
13+
clap_complete = { version = "4.4.4" }
14+
toml = { version = "0.8.6" }
1515
dotenv = { version = "0.15.0" }
1616
serde = { version = "1.0.189", features = ["derive"] }
17-
serde_json = { version = "1.0.107" }
17+
serde_json = { version = "1.0.108" }
1818
shellexpand = { version = "3.1.0" }
1919
tabled = { version = "0.14.0" }
2020
mockall = { version = "0.11.4" }

0 commit comments

Comments
 (0)