Skip to content

Commit a9f1d91

Browse files
committed
update deps
1 parent abf48d0 commit a9f1d91

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ monitor_client = { path = "client/core/rs" }
1515

1616
[workspace.dependencies]
1717
# LOCAL
18-
monitor_client = "1.4.1"
18+
monitor_client = "1.5.0"
1919
periphery_client = { path = "client/periphery/rs" }
2020
logger = { path = "lib/logger" }
2121

@@ -51,14 +51,14 @@ tower-http = { version = "0.5.2", features = ["fs", "cors"] }
5151
tokio-tungstenite = "0.21.0"
5252

5353
# SER/DE
54-
serde = { version = "1.0.201", features = ["derive"] }
54+
serde = { version = "1.0.202", features = ["derive"] }
5555
strum = { version = "0.26.2", features = ["derive"] }
56-
serde_json = "1.0.116"
57-
toml = "0.8.12"
56+
serde_json = "1.0.117"
57+
toml = "0.8.13"
5858

5959
# ERROR
60-
anyhow = "1.0.83"
61-
thiserror = "1.0.60"
60+
anyhow = "1.0.86"
61+
thiserror = "1.0.61"
6262

6363
# LOGGING
6464
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
@@ -88,8 +88,8 @@ bollard = "0.16.1"
8888
sysinfo = "0.30.12"
8989

9090
# CLOUD
91-
aws-config = "1.3.0"
92-
aws-sdk-ec2 = "1.40.0"
91+
aws-config = "1.4.0"
92+
aws-sdk-ec2 = "1.42.0"
9393

9494
# MISC
9595
derive_builder = "0.20.0"

0 commit comments

Comments
 (0)