diff --git a/Cargo.lock b/Cargo.lock index 5580cc6..8aba7f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,9 +163,9 @@ dependencies = [ [[package]] name = "magnus" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd2ac6e71886be00ac34db92aa732c793c5107c95191805b9a1c7e70e6d342e0" +checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012" dependencies = [ "magnus-macros", "rb-sys", diff --git a/ext/tiktoken_ruby/Cargo.toml b/ext/tiktoken_ruby/Cargo.toml index ab7dab1..eabeb46 100644 --- a/ext/tiktoken_ruby/Cargo.toml +++ b/ext/tiktoken_ruby/Cargo.toml @@ -10,6 +10,6 @@ publish = false crate-type = ["cdylib"] [dependencies] -magnus = { version = "0.8.1" } +magnus = { version = "0.8.2" } rb-sys = { version = "0.9.117", features = ["stable-api-compiled-fallback"] } tiktoken-rs = { version = "0.7.0" }