Skip to content

Commit dbb511c

Browse files
committed
Update agent dependencies
1 parent 5d6c370 commit dbb511c

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.23.0"
16+
cbindgen="0.24.2"
1717
libtool = "0.1.1"
1818
linked_hash_set = { version = "0.1.4", features = ["serde"] }
1919
serde = { version = "1.0", features = ["derive"] }
@@ -26,7 +26,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
2626
cidr = { version = "0.2.1", features = ["serde"] }
2727
console_log = "0.2.0"
2828
heck = "0.4.0"
29-
http = "0.2.7"
29+
http = "0.2.8"
3030
lazy_static = "1.4.0"
3131
libc = "0.2.126"
3232
log = "0.4.17"

0 commit comments

Comments
 (0)