File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name = "redirectionio"
1313crate-type = [" staticlib" , " cdylib" , " rlib" ]
1414
1515[build-dependencies ]
16- cbindgen =" 0.20 .0"
16+ cbindgen =" 0.21 .0"
1717libtool = " 0.1.1"
1818linked_hash_set = { version = " 0.1.4" , features = [" serde" ] }
1919serde = { version = " 1.0" , features = [" derive" ] }
@@ -28,16 +28,16 @@ console_log = "0.2.0"
2828heck = " 0.4.0"
2929http = " 0.2.6"
3030lazy_static = " 1.4.0"
31- libc = " 0.2.119 "
32- log = " 0.4.14 "
31+ libc = " 0.2.121 "
32+ log = " 0.4.16 "
3333percent-encoding = " 2.1.0"
3434rand = " 0.8.5"
3535regex = " 1.5.5"
3636scraper = " 0.12.0"
3737serde = { version = " 1.0" , features = [" derive" ] }
3838serde_json = " 1.0.79"
3939stderrlog = " 0.5.1"
40- string_cache = " =0.8.1 "
40+ string_cache = " =0.8.4 "
4141url = " 2.2.2"
4242uuid = { version = " 0.8" , features = [" serde" , " v4" ] }
4343
You can’t perform that action at this time.
0 commit comments