Skip to content

Commit

Permalink
upgrade to ntex 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Jan 10, 2024
1 parent 22cdb0d commit cac9ade
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
41 changes: 20 additions & 21 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions bin/metrsd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metrsd"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["nanocl contributors <team@next-hat.com>"]
description = "The Metrs daemon"
Expand All @@ -21,7 +21,7 @@ clap = { version = "4.4", features = ["derive"] }
env_logger = "0.10"
futures = "0.3"
log = "0.4"
ntex = { version = "0.7", features = ["tokio"] }
ntex = { version = "1.0", features = ["tokio"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sysinfo = "0.30"
Expand Down
4 changes: 2 additions & 2 deletions crates/metrsd_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metrsd_client"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["nanocl contributors <team@next-hat.com>"]
description = "The Metrs daemon api client"
Expand All @@ -21,7 +21,7 @@ async-std = ["ntex/async-std"]

[dependencies]
futures = "0.3"
ntex = { version = "0.7" }
ntex = { version = "1.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit cac9ade

Please sign in to comment.