Skip to content

Commit f76332a

Browse files
committed
chore: bump dependencies
1 parent 906c028 commit f76332a

File tree

2 files changed

+55
-49
lines changed

2 files changed

+55
-49
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "maedic"
1313

1414
[dependencies]
1515
anyhow = "1.0.100"
16-
axum = {version = "0.8.7", features = ["tokio", "macros", "json"]}
16+
axum = {version = "0.8.8", features = ["tokio", "macros", "json"]}
1717
config = {version = "0.15.19", features = ["yaml"]}
1818
rstest = "0.26.1"
1919
secrecy = {version = "0.10.3", features = ["serde"]}
@@ -22,7 +22,7 @@ serde-aux = "4.7.0"
2222
sysinfo = "0.37.2"
2323
thiserror = "2.0.17"
2424
tiberius = {version = "0.12.3", features = ["rustls"], default-features = false}
25-
tokio = {version = "1.48.0", features = ["rt-multi-thread", "macros"]}
26-
tokio-util = { version = "0.7.17", features = ["compat"]}
27-
tracing = "0.1.43"
25+
tokio = {version = "1.49.0", features = ["rt-multi-thread", "macros"]}
26+
tokio-util = { version = "0.7.18", features = ["compat"]}
27+
tracing = "0.1.44"
2828
tracing-subscriber = {version = "0.3.22", features = ["json", "std"]}

0 commit comments

Comments
 (0)