Skip to content

Commit d2600f3

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 4d29e1a commit d2600f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ toml = { version = "0.8.20" }
66
async-trait = "0.1.88"
77
config = { version = "0.15.11" }
88
dashmap = { version = "6.1.0" }
9-
env_logger = { version = "0.11.7" }
9+
env_logger = { version = "0.11.8" }
1010
futures = { version = "0.3.31" }
1111
log = { version = "0.4.27" }
1212
metrics = { version = "0.24.1" }
1313
rand = { version = "0.9.0" }
1414
serde = { version = "1.0.219", features = ["derive"] }
1515
serde_json = { version = "1.0.140" }
1616
thiserror = { version = "2.0.12" }
17-
tokio = { version = "1.44.1", features = ["full"] }
17+
tokio = { version = "1.44.2", features = ["full"] }
1818
tokio-console = { version = "0.1.13", optional = true }
1919
tokio-tungstenite = "0.26.2"
2020
unbug = { version = "0.4.0" }

0 commit comments

Comments
 (0)