Skip to content

Commit cbad7ee

Browse files
committed
Update agent dependencies
1 parent 6fd6155 commit cbad7ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 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.20.0"
16+
cbindgen="0.21.0"
1717
libtool = "0.1.1"
1818
linked_hash_set = { version = "0.1.4", features = ["serde"] }
1919
serde = { version = "1.0", features = ["derive"] }
@@ -28,16 +28,16 @@ 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.119"
32-
log = "0.4.14"
31+
libc = "0.2.121"
32+
log = "0.4.16"
3333
percent-encoding = "2.1.0"
3434
rand = "0.8.5"
3535
regex = "1.5.5"
3636
scraper = "0.12.0"
3737
serde = { version = "1.0", features = ["derive"] }
3838
serde_json = "1.0.79"
3939
stderrlog = "0.5.1"
40-
string_cache = "=0.8.1"
40+
string_cache = "=0.8.4"
4141
url = "2.2.2"
4242
uuid = { version = "0.8", features = ["serde", "v4"] }
4343

0 commit comments

Comments
 (0)