Skip to content

Commit

Permalink
build(deps): bump ntex from 0.7.8 to 0.7.10
Browse files Browse the repository at this point in the history
Bumps [ntex](https://github.com/ntex-rs/ntex) from 0.7.8 to 0.7.10.
- [Release notes](https://github.com/ntex-rs/ntex/releases)
- [Commits](ntex-rs/ntex@ntex-v0.7.8...ntex-v0.7.10)

---
updated-dependencies:
- dependency-name: ntex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 562f2b0 commit 6bfccaf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/metrsd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clap = { version = "4.4.7", features = ["derive"] }
env_logger = "0.10.0"
futures = "0.3.29"
log = "0.4.20"
ntex = { version = "0.7.8", features = ["tokio"] }
ntex = { version = "0.7.10", features = ["tokio"] }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"
sysinfo = "0.29.10"
Expand Down
2 changes: 1 addition & 1 deletion crates/metrsd_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async-std = ["ntex/async-std"]

[dependencies]
futures = "0.3.29"
ntex = { version = "0.7.8" }
ntex = { version = "0.7.10" }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"
thiserror = "1.0.50"
Expand Down

0 comments on commit 6bfccaf

Please sign in to comment.