File tree Expand file tree Collapse file tree 4 files changed +44
-39
lines changed Expand file tree Collapse file tree 4 files changed +44
-39
lines changed Original file line number Diff line number Diff line change 1+ ## 1.4.3 release (2024-02-17)
2+
3+ * Update libraries (deps).
4+ * Update version of docker image use in Collection.
5+
16## 1.4.3 release (2023-12-23)
27
38 * Update libraries (deps).
Original file line number Diff line number Diff line change 11[package ]
22name = " dctl"
3- version = " 1.4.3 "
3+ version = " 1.4.4 "
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
88[dependencies ]
9- tokio = { version = " 1.35.1 " , features = [" full" ] }
10- async-trait = { version = " 0.1.75 " }
11- eyre = { version = " 0.6.11 " }
12- clap = { version = " 4.4.11 " , features = [" cargo" ] }
13- clap_complete = { version = " 4.4.4 " }
9+ tokio = { version = " 1.36.0 " , features = [" full" ] }
10+ async-trait = { version = " 0.1.77 " }
11+ eyre = { version = " 0.6.12 " }
12+ clap = { version = " 4.5.1 " , features = [" cargo" ] }
13+ clap_complete = { version = " 4.5.1 " }
1414toml = { version = " 0.8.8" }
1515dotenv = { version = " 0.15.0" }
1616serde = { version = " 1.0.193" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ MYSQL_USER=stack
3030MYSQL_PASSWORD=stack
3131
3232# Loki
33- LOKI_VERSION=2.9.3
34- PROMTAIL_VERSION=2.9.3
33+ LOKI_VERSION=2.9.4
34+ PROMTAIL_VERSION=2.9.4
3535
3636# Rsyslog
3737RSYSLOG_VERSION=latest
3838
3939# Grafana
40- GRAFANA_VERSION=10.2.3
40+ GRAFANA_VERSION=10.2.4
4141
4242# Portainer
4343PORTAINER_VERSION=latest
You can’t perform that action at this time.
0 commit comments