Skip to content

Commit

Permalink
build(deps): bump ntex from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [ntex](https://github.com/ntex-rs/ntex) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/ntex-rs/ntex/releases)
- [Commits](ntex-rs/ntex@ntex-v1.0.0...ntex-v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent b836bc4 commit ec2a751
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 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", features = ["derive"] }
env_logger = "0.11"
futures = "0.3"
log = "0.4"
ntex = { version = "1.0", features = ["tokio"] }
ntex = { version = "1.1", features = ["tokio"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sysinfo = "0.30"
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"
ntex = { version = "1.0" }
ntex = { version = "1.1" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit ec2a751

Please sign in to comment.