Skip to content

Commit e297ea4

Browse files
committed
Update agent dependencies
1 parent dbb511c commit e297ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ name = "redirectionio"
1313
crate-type = ["staticlib", "cdylib", "rlib"]
1414

1515
[build-dependencies]
16-
cbindgen="0.24.2"
16+
cbindgen="0.24.3"
1717
libtool = "0.1.1"
1818
linked_hash_set = { version = "0.1.4", features = ["serde"] }
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_yaml = "0.8.24"
21-
tera = "1.15.0"
21+
tera = "1.16.0"
2222

2323
[dependencies]
2424
cfg-if = "1.0.0"

0 commit comments

Comments
 (0)