diff --git a/Cargo.lock b/Cargo.lock index cfd3531c48..39ac1555c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4656,7 +4656,7 @@ dependencies = [ "time", "tracing", "tracing-subscriber 0.3.19", - "uint 0.9.5", + "uint 0.10.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f8c7693dac..ef68d03ffa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ toml = "0.8.19" tonic = "0.12" tracing = { version = "0.1.36", default-features = false } tracing-subscriber = "0.3.14" -uint = "0.9" +uint = "0.10" uuid = "1.10.5" [profile.release]