diff --git a/synth/Cargo.lock b/synth/Cargo.lock index d336b67..6426d7d 100644 --- a/synth/Cargo.lock +++ b/synth/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "libm" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00419de735aac21d53b0de5ce2c03bd3627277cf471300f27ebc89f7d828047" +checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "synth" diff --git a/synth/Cargo.toml b/synth/Cargo.toml index 4ac7f93..834ffce 100644 --- a/synth/Cargo.toml +++ b/synth/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libm = "0.2.10" +libm = "0.2.11"