Skip to content

Commit ab45dcf

Browse files
build(deps): bump ntex from 0.7.11 to 0.7.12
Bumps [ntex](https://github.com/ntex-rs/ntex) from 0.7.11 to 0.7.12. - [Release notes](https://github.com/ntex-rs/ntex/releases) - [Commits](ntex-rs/ntex@ntex-v0.7.11...ntex-v0.7.12) --- updated-dependencies: - dependency-name: ntex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fda557 commit ab45dcf

File tree

3 files changed

+163
-35
lines changed

3 files changed

+163
-35
lines changed

Cargo.lock

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

bin/metrsd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ clap = { version = "4.4.8", features = ["derive"] }
2121
env_logger = "0.10.1"
2222
futures = "0.3.29"
2323
log = "0.4.20"
24-
ntex = { version = "0.7.11", features = ["tokio"] }
24+
ntex = { version = "0.7.12", features = ["tokio"] }
2525
serde = { version = "1.0.193", features = ["derive"] }
2626
serde_json = "1.0.108"
2727
sysinfo = "0.29.10"

crates/metrsd_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async-std = ["ntex/async-std"]
2121

2222
[dependencies]
2323
futures = "0.3.29"
24-
ntex = { version = "0.7.11" }
24+
ntex = { version = "0.7.12" }
2525
serde = { version = "1.0.193", features = ["derive"] }
2626
serde_json = "1.0.108"
2727
thiserror = "1.0.50"

0 commit comments

Comments
 (0)