File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,21 @@ name = "zoned"
8
8
path = " main.rs"
9
9
10
10
[dependencies ]
11
- anyhow = { version = " 1.0.71 " , features = [ " backtrace" ] }
11
+ anyhow = { version = " 1.0.72 " , features = [ " backtrace" ] }
12
12
cloudflare = { git = " https://github.com/cloudflare/cloudflare-rs" , default-features = false , features = [
13
13
" blocking" ,
14
14
" rustls-tls" ,
15
15
] }
16
16
config = { version = " 0.13.3" , default-features = false , features = [" toml" ] }
17
- default-net = " 0.15.0 "
17
+ default-net = " 0.16.2 "
18
18
ip_network = " 0"
19
- regex = " 1.8 "
19
+ regex = " 1.9 "
20
20
reqwest = { version = " 0.11.18" , default-features = false , features = [
21
21
" blocking" ,
22
22
" json" ,
23
23
" rustls-tls" ,
24
24
] }
25
- serde = " 1.0.163 "
26
- serde_json = " 1.0.96 "
25
+ serde = " 1.0.171 "
26
+ serde_json = " 1.0.103 "
27
27
xdg = " 2.5.0"
28
28
You can’t perform that action at this time.
0 commit comments