diff --git a/Cargo.lock b/Cargo.lock index d5a0376e..5662f6a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2599,7 +2599,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "target-lexicon 0.12.16", + "target-lexicon 0.13.2", "tempfile", "thiserror 1.0.69", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 0a8a0e2e..bc6c165a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ cranelift-jit = "0.121" cranelift-native = "0.121" # Debug symbol support gimli = { version = "0.31", features = ["write"] } -target-lexicon = "0.12" +target-lexicon = "0.13" rand = "0.8" toml = "0.9" serde = { version = "1.0", features = ["derive"] }