Skip to content

Commit 3dc3698

Browse files
committed
chore(deps): update agent dependencies
1 parent a61f570 commit 3dc3698

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
@@ -17,7 +17,7 @@ cbindgen = "0.26.0"
1717
glob = "^0.3.1"
1818
libtool = "0.1.1"
1919
linked_hash_set = { version = "0.1.4", features = ["serde"] }
20-
serde = { version = "1.0.199", features = ["derive"] }
20+
serde = { version = "1.0.200", features = ["derive"] }
2121
serde_yaml = "0.9.34"
2222
tera = "1.19.1"
2323

@@ -33,7 +33,7 @@ cfg-if = "1.0.0"
3333
chrono = { version = "0.4.38", features = ["serde"] }
3434
cidr = { version = "0.2.2", features = ["serde"] }
3535
dot_graph = { version = "0.2.3", optional = true }
36-
flate2 = { version = "1.0.29", optional = true }
36+
flate2 = { version = "1.0.30", optional = true }
3737
heck = "0.5.0"
3838
http = "0.2.12"
3939
lazy_static = "1.4.0"
@@ -43,7 +43,7 @@ percent-encoding = "2.3.1"
4343
rand = "0.8.5"
4444
regex = "1.10.4"
4545
scraper = "0.19.0"
46-
serde = { version = "1.0.199", features = ["derive", "rc"] }
46+
serde = { version = "1.0.200", features = ["derive", "rc"] }
4747
serde_json = "1.0.116"
4848
stderrlog = "0.6.0"
4949
tracing = "0.1.40"

0 commit comments

Comments
 (0)