Skip to content

Commit 2efd24f

Browse files
committed
update dependencies
1 parent cffbc84 commit 2efd24f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
3939
#######################
4040
bytes = { version = "1.7", optional = true }
4141
hex = { version = "0.4.3", optional = true } # bmp/openbmp parsing
42-
oneio = { version = "0.19.0", default-features = false, features = ["http", "gz", "bz"], optional = true }
42+
oneio = { version = "0.19.2", default-features = false, features = ["http", "gz", "bz"], optional = true }
4343
regex = { version = "1", optional = true } # used in parser filter
4444
chrono = { version = "0.4.38", optional = true } # parser filter
4545
serde_json = { version = "1.0", optional = true } # RIS Live parsing
@@ -108,13 +108,13 @@ bgpkit-broker = "0.8.0"
108108
env_logger = "0.11"
109109
kafka = "0.10.0"
110110
tungstenite = "0.28.0"
111-
tokio-tungstenite = "0.27.0"
111+
tokio-tungstenite = "0.28"
112112
tokio = { version = "1", features = ["full"] }
113113
futures-util = "0.3.30"
114-
criterion = { version = "0.5.1", features = ["html_reports"] }
114+
criterion = { version = "0.7", features = ["html_reports"] }
115115
rayon = "1.10"
116116
bzip2 = "0.6"
117-
flate2 = "1.0"
117+
flate2 = "1.1"
118118
md5 = "0.8.0"
119119
which = "8"
120120
serde_json = "1.0"

0 commit comments

Comments
 (0)