Skip to content

Commit f7bcad9

Browse files
committed
Update agent dependencies
1 parent 8312493 commit f7bcad9

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,7 +13,7 @@ name = "redirectionio"
1313
crate-type = ["staticlib", "cdylib", "rlib"]
1414

1515
[build-dependencies]
16-
cbindgen="0.21.0"
16+
cbindgen="0.23.0"
1717
libtool = "0.1.1"
1818
linked_hash_set = { version = "0.1.4", features = ["serde"] }
1919
serde = { version = "1.0", features = ["derive"] }
@@ -28,7 +28,7 @@ console_log = "0.2.0"
2828
heck = "0.4.0"
2929
http = "0.2.6"
3030
lazy_static = "1.4.0"
31-
libc = "0.2.122"
31+
libc = "0.2.124"
3232
log = "0.4.16"
3333
percent-encoding = "2.1.0"
3434
rand = "0.8.5"

0 commit comments

Comments
 (0)