Skip to content

Commit c101c7a

Browse files
committed
chore(deps): update agent dependencies
1 parent 583d682 commit c101c7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ cfg-if = "1.0.0"
3333
chrono = { version = "0.4.31", features = ["serde"] }
3434
cidr = { version = "0.2.2", features = ["serde"] }
3535
dot_graph = { version = "0.2.3", optional = true }
36-
flate2 = { version = "1.0.27", optional = true }
36+
flate2 = { version = "1.0.28", optional = true }
3737
heck = "0.4.1"
3838
http = "0.2.9"
3939
lazy_static = "1.4.0"
4040
linked_hash_set = "0.1.4"
4141
log = "0.4.20"
4242
percent-encoding = "2.3.0"
4343
rand = "0.8.5"
44-
regex = "1.9.6"
44+
regex = "1.10.1"
4545
scraper = "0.17.1"
4646
serde = { version = "1.0", features = ["derive", "rc"] }
4747
serde_json = "1.0.107"
4848
stderrlog = "0.5.4"
49-
tracing = "0.1.37"
49+
tracing = "0.1.39"
5050
url = "2.4.1"
5151

5252
[dev-dependencies]

0 commit comments

Comments
 (0)