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 8312493 commit f7bcad9Copy full SHA for f7bcad9
Cargo.toml
@@ -13,7 +13,7 @@ name = "redirectionio"
13
crate-type = ["staticlib", "cdylib", "rlib"]
14
15
[build-dependencies]
16
-cbindgen="0.21.0"
+cbindgen="0.23.0"
17
libtool = "0.1.1"
18
linked_hash_set = { version = "0.1.4", features = ["serde"] }
19
serde = { version = "1.0", features = ["derive"] }
@@ -28,7 +28,7 @@ console_log = "0.2.0"
28
heck = "0.4.0"
29
http = "0.2.6"
30
lazy_static = "1.4.0"
31
-libc = "0.2.122"
+libc = "0.2.124"
32
log = "0.4.16"
33
percent-encoding = "2.1.0"
34
rand = "0.8.5"
0 commit comments