diff --git a/Cargo.lock b/Cargo.lock index 201605ee..c48bddc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2481,9 +2481,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.41.0" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ce901f9a19d251159075a4c37af514c3b8ef99c22e02dd8c19161cf397ee94a" +checksum = "0c5108e3d4d903e21aac27f12ba5377b6b34f9f44b325e4894c7924169d06995" dependencies = [ "arrayvec", "borsh", @@ -3265,9 +3265,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.1" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 8c7181e8..25189e85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ opentelemetry-otlp = { version = "0.31.1", default-features = false, features = "reqwest-client", ] } opentelemetry-semantic-conventions = { version = "0.31.0", features = ["semconv_experimental"] } -tokio = { version = "1.48", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.52", features = ["rt-multi-thread", "macros"] } tokio-stream = { version = "0.1", features = ["sync"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" @@ -50,7 +50,7 @@ futures = "0.3.29" lalrpop-util = { version = "0.23", features = ["lexer"] } lalrpop = { version = "0.23", features = ["lexer"] } rust_decimal_macros = "1.39" -rust_decimal = "1.41" +rust_decimal = "1.42" rusty-money = { version = "0.5", features = ["iso", "crypto"] } schemars = { version = "1.0", features = ["uuid1"] } rand = "0.10"