Skip to content

Commit dfd60e9

Browse files
committed
chore(deps): update agent dependencies
1 parent adf535f commit dfd60e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ compress = ["dep:brotli", "dep:flate2"]
2727
router = []
2828

2929
[dependencies]
30-
brotli = { version = "3.3.4", optional = true }
30+
brotli = { version = "3.4.0", optional = true }
3131
cfg-if = "1.0.0"
3232
chrono = { version = "0.4.31", features = ["serde"] }
3333
cidr = { version = "0.2.2", features = ["serde"] }
@@ -39,7 +39,7 @@ linked_hash_set = "0.1.4"
3939
log = "0.4.20"
4040
percent-encoding = "2.3.0"
4141
rand = "0.8.5"
42-
regex = "1.9.5"
42+
regex = "1.9.6"
4343
scraper = "0.17.1"
4444
serde = { version = "1.0", features = ["derive", "rc"] }
4545
serde_json = "1.0.107"
@@ -48,7 +48,7 @@ tracing = "0.1.37"
4848
url = "2.4.1"
4949

5050
[dev-dependencies]
51-
pprof = { version = "0.12", features = ["flamegraph"] }
51+
pprof = { version = "0.13", features = ["flamegraph"] }
5252
criterion = { version = "0.5", default-features = false }
5353

5454
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)