File tree Expand file tree Collapse file tree 4 files changed +65
-61
lines changed Expand file tree Collapse file tree 4 files changed +65
-61
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.5 release (2023-09-28)
2+
3+ * Update libraries (deps).
4+
15## 1.3.4 release (2023-09-01)
26
37 * Update libraries (deps).
Original file line number Diff line number Diff line change 11[package ]
22name = " dctl"
3- version = " 1.3.4 "
3+ version = " 1.3.5 "
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -9,12 +9,12 @@ edition = "2021"
99tokio = { version = " 1.32.0" , features = [" full" ] }
1010async-trait = { version = " 0.1.73" }
1111eyre = { version = " 0.6.8" }
12- clap = { version = " 4.4.2 " , features = [" cargo" ] }
13- clap_complete = { version = " 4.4.0 " }
14- toml = { version = " 0.7.6 " }
12+ clap = { version = " 4.4.5 " , features = [" cargo" ] }
13+ clap_complete = { version = " 4.4.2 " }
14+ toml = { version = " 0.8.1 " }
1515dotenv = { version = " 0.15.0" }
1616serde = { version = " 1.0.188" , features = [" derive" ] }
17- serde_json = { version = " 1.0.105 " }
17+ serde_json = { version = " 1.0.107 " }
1818shellexpand = { version = " 3.1.0" }
1919tabled = { version = " 0.14.0" }
2020mockall = { version = " 0.11.4" }
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.8.4
34- PROMTAIL_VERSION=2.8.4
33+ LOKI_VERSION=2.8.5
34+ PROMTAIL_VERSION=2.8.5
3535
3636# Rsyslog
3737RSYSLOG_VERSION=latest
3838
3939# Grafana
40- GRAFANA_VERSION=10.1.1
40+ GRAFANA_VERSION=10.1.2
4141
4242# Portainer
4343PORTAINER_VERSION=latest
You can’t perform that action at this time.
0 commit comments