Skip to content

Commit 822d57c

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent adee8ae commit 822d57c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[build-dependencies]
2-
serde = { version = "1.0.217", features = ["derive"] }
2+
serde = { version = "1.0.219", features = ["derive"] }
33
toml = { version = "0.8.20" }
44

55
[dependencies]
6-
async-trait = "0.1.86"
7-
config = { version = "0.15.8" }
6+
async-trait = "0.1.88"
7+
config = { version = "0.15.11" }
88
dashmap = { version = "6.1.0" }
9-
env_logger = { version = "0.11.6" }
9+
env_logger = { version = "0.11.7" }
1010
futures = { version = "0.3.31" }
11-
log = { version = "0.4.25" }
11+
log = { version = "0.4.27" }
1212
metrics = { version = "0.24.1" }
1313
rand = { version = "0.9.0" }
14-
serde = { version = "1.0.217", features = ["derive"] }
15-
serde_json = { version = "1.0.138" }
16-
thiserror = { version = "2.0.11" }
17-
tokio = { version = "1.43.0", features = ["full"] }
14+
serde = { version = "1.0.219", features = ["derive"] }
15+
serde_json = { version = "1.0.140" }
16+
thiserror = { version = "2.0.12" }
17+
tokio = { version = "1.44.1", features = ["full"] }
1818
tokio-console = { version = "0.1.13", optional = true }
19-
tokio-tungstenite = "0.26.1"
19+
tokio-tungstenite = "0.26.2"
2020
unbug = { version = "0.4.0" }
2121

2222
[[example]]

0 commit comments

Comments
 (0)