We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6c370 commit dbb511cCopy full SHA for dbb511c
Cargo.toml
@@ -13,7 +13,7 @@ name = "redirectionio"
13
crate-type = ["staticlib", "cdylib", "rlib"]
14
15
[build-dependencies]
16
-cbindgen="0.23.0"
+cbindgen="0.24.2"
17
libtool = "0.1.1"
18
linked_hash_set = { version = "0.1.4", features = ["serde"] }
19
serde = { version = "1.0", features = ["derive"] }
@@ -26,7 +26,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
26
cidr = { version = "0.2.1", features = ["serde"] }
27
console_log = "0.2.0"
28
heck = "0.4.0"
29
-http = "0.2.7"
+http = "0.2.8"
30
lazy_static = "1.4.0"
31
libc = "0.2.126"
32
log = "0.4.17"
0 commit comments