Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update non-major dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Aug 7, 2024
1 parent 702f3ff commit 7b5ce6f
Showing 4 changed files with 221 additions and 77 deletions.
292 changes: 218 additions & 74 deletions Cargo.lock
2 changes: 1 addition & 1 deletion crates/libagent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@ libawair = { path = "../libawair" }
tokio = { version = "1.39.2", features = ["full"] }
tokio-postgres = "0.7.7"
# time = "0.3.20"
speedate = "0.7.0"
speedate = "0.14.0"
2 changes: 1 addition & 1 deletion crates/libawair/Cargo.toml
Original file line number Diff line number Diff line change
@@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11.15", features = ["json"] }
reqwest = { version = "0.12.0", features = ["json"] }
serde = { version = "*", features = ["derive"] }
serde_json = "*"
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.6"
services:
grafana:
image: grafana/grafana:11.1.1
image: grafana/grafana:11.1.3
ports:
- 3000:3000
user: "472"

0 comments on commit 7b5ce6f

Please sign in to comment.