@@ -68,15 +68,15 @@ serde = ["piet-common/serde"]
68
68
piet-common = " 0.6.2"
69
69
70
70
tracing = " 0.1.37"
71
- once_cell = " 1.17.0 "
72
- time = " 0.3.17 "
71
+ once_cell = " 1.17.1 "
72
+ time = " 0.3.20 "
73
73
cfg-if = " 1.0.0"
74
74
instant = { version = " 0.1.12" , features = [" wasm-bindgen" ] }
75
- anyhow = " 1.0.68 "
76
- keyboard-types = { version = " 0.6.2" , default_features = false }
75
+ anyhow = " 1.0.69 "
76
+ keyboard-types = { version = " 0.6.2" , default-features = false }
77
77
78
78
# Optional dependencies
79
- raw-window-handle = { version = " 0.5.0" , optional = true , default_features = false }
79
+ raw-window-handle = { version = " 0.5.0" , optional = true , default-features = false }
80
80
81
81
[target .'cfg(target_os="windows")' .dependencies ]
82
82
scopeguard = " 1.1.0"
@@ -100,9 +100,9 @@ bitflags = "1.3.2"
100
100
[target .'cfg(any(target_os = "freebsd", target_os="linux", target_os="openbsd"))' .dependencies ]
101
101
ashpd = { version = " 0.3.2" , optional = true }
102
102
# TODO(x11/dependencies): only use feature "xcb" if using X11
103
- cairo-rs = { version = " 0.16.3 " , default_features = false , features = [" xcb" ] }
104
- cairo-sys-rs = { version = " 0.16.3" , default_features = false , optional = true }
105
- futures = { version = " 0.3.25 " , optional = true , features = [" executor" ]}
103
+ cairo-rs = { version = " 0.16.7 " , default-features = false , features = [" xcb" ] }
104
+ cairo-sys-rs = { version = " 0.16.3" , default-features = false , optional = true }
105
+ futures = { version = " 0.3.26 " , optional = true , features = [" executor" ]}
106
106
gdk-sys = { version = " 0.16.0" , optional = true }
107
107
# `gtk` gets renamed to `gtk-rs` so that we can use `gtk` as the feature name.
108
108
gtk-rs = { version = " 0.16.2" , package = " gtk" , optional = true }
@@ -119,19 +119,19 @@ log = { version = "0.4.17", optional = true }
119
119
im = { version = " 15.1.0" , optional = true }
120
120
121
121
[target .'cfg(target_arch="wasm32")' .dependencies ]
122
- wasm-bindgen = " 0.2.83 "
123
- js-sys = " 0.3.60 "
122
+ wasm-bindgen = " 0.2.84 "
123
+ js-sys = " 0.3.61 "
124
124
125
125
[target .'cfg(target_arch="wasm32")' .dependencies .web-sys ]
126
- version = " 0.3.60 "
126
+ version = " 0.3.61 "
127
127
features = [" Window" , " MouseEvent" , " CssStyleDeclaration" , " WheelEvent" , " KeyEvent" , " KeyboardEvent" , " Navigator" ]
128
128
129
129
[dev-dependencies ]
130
130
piet-common = { version = " 0.6.2" , features = [" png" ] }
131
131
static_assertions = " 1.1.0"
132
132
test-log = { version = " 0.2.11" , features = [" trace" ], default-features = false }
133
133
tracing-subscriber = { version = " 0.3.16" , features = [" env-filter" ] }
134
- unicode-segmentation = " 1.10.0 "
134
+ unicode-segmentation = " 1.10.1 "
135
135
136
136
[build-dependencies ]
137
137
bindgen = { version = " 0.61.0" , optional = true }
0 commit comments