Skip to content

Commit 6ed4de9

Browse files
authored
Release 1.3.5 - update deps (#33)
1 parent 96060f6 commit 6ed4de9

File tree

4 files changed

+65
-61
lines changed

4 files changed

+65
-61
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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).

cli/Cargo.lock

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

cli/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dctl"
3-
version = "1.3.4"
3+
version = "1.3.5"
44
edition = "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"
99
tokio = { version = "1.32.0", features = ["full"] }
1010
async-trait = { version = "0.1.73" }
1111
eyre = { 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" }
1515
dotenv = { version = "0.15.0" }
1616
serde = { version = "1.0.188", features = ["derive"] }
17-
serde_json = { version = "1.0.105" }
17+
serde_json = { version = "1.0.107" }
1818
shellexpand = { version = "3.1.0" }
1919
tabled = { version = "0.14.0" }
2020
mockall = { version = "0.11.4" }

collection/.env.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ MYSQL_USER=stack
3030
MYSQL_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
3737
RSYSLOG_VERSION=latest
3838

3939
# Grafana
40-
GRAFANA_VERSION=10.1.1
40+
GRAFANA_VERSION=10.1.2
4141

4242
# Portainer
4343
PORTAINER_VERSION=latest

0 commit comments

Comments
 (0)