summaryrefslogtreecommitdiff
path: root/yjit/bindgen/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'yjit/bindgen/Cargo.toml')
-rw-r--r--yjit/bindgen/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/yjit/bindgen/Cargo.toml b/yjit/bindgen/Cargo.toml
index 18a8fbc463..a85c04cf0e 100644
--- a/yjit/bindgen/Cargo.toml
+++ b/yjit/bindgen/Cargo.toml
@@ -6,4 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bindgen = "0.59.2"
+bindgen = "0.63.0"
+env_logger = "0.10.0"