Skip to content

Commit

Permalink
build(deps): bump ntex from 0.7.11 to 0.7.13 (#104)
Browse files Browse the repository at this point in the history
Bumps [ntex](https://github.com/ntex-rs/ntex) from 0.7.11 to 0.7.13.
- [Release notes](https://github.com/ntex-rs/ntex/releases)
- [Commits](ntex-rs/ntex@ntex-v0.7.11...ntex-v0.7.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent c8e86b1 commit 28c7a2f
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 37 deletions.
198 changes: 163 additions & 35 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.11", features = ["derive"] }
env_logger = "0.10.1"
futures = "0.3.29"
log = "0.4.20"
ntex = { version = "0.7.11", features = ["tokio"] }
ntex = { version = "0.7.13", features = ["tokio"] }
serde = { version = "1.0.193", 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.11" }
ntex = { version = "0.7.13" }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
thiserror = "1.0.50"
Expand Down

0 comments on commit 28c7a2f

Please sign in to comment.