diff --git a/Cargo.lock b/Cargo.lock index 599d138d..b9b708b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2460,9 +2460,9 @@ dependencies = [ [[package]] name = "shuttle-actix-web" -version = "0.29.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "416acc05c0cf07e2d474897746a1710c6fd29753d49a5753ac1f46919001c78e" +checksum = "f050d747f0738c9230718096ae43519b093e29c6070dd34da014da1790980ecb" dependencies = [ "actix-web", "num_cpus", @@ -2471,9 +2471,9 @@ dependencies = [ [[package]] name = "shuttle-codegen" -version = "0.29.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c3019c84d317636a7a6ec4422e645d1a7a23467a9f7d7888e1f895de22912f0" +checksum = "d2ef49e29f7c8ce4f5951e2b35763c990aee3a7c0604baaad84886a8ea4edab3" dependencies = [ "proc-macro-error", "proc-macro2", @@ -2483,9 +2483,9 @@ dependencies = [ [[package]] name = "shuttle-common" -version = "0.29.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a7c62201d9cbb6f1e68ddca84133c09c17e07f626454be6f1b3e81b02f66db0" +checksum = "e47b17dc8e970053a38dbc24a2c507682a6cd1a6ec04d80799ceaf49ffd95b46" dependencies = [ "anyhow", "async-trait", @@ -2526,9 +2526,9 @@ dependencies = [ [[package]] name = "shuttle-proto" -version = "0.29.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0d8eb484348a330f4b599fa0ca93ae3a35b750400dec66a0b051bc8bf708e44" +checksum = "6fb772aa69a660f822981cc0dced49d7549a921c2a1f16fb05d8c32f1938b23e" dependencies = [ "anyhow", "chrono", @@ -2546,9 +2546,9 @@ dependencies = [ [[package]] name = "shuttle-runtime" -version = "0.29.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffcb33905113b15b0fa1b8af8abc50aeeaf9b4cf41638ee2a760ed6818f10c2e" +checksum = "11d552e7fe1b3ba2437c7383b4efd106cd48445e9b1852ba575e29b028c6d927" dependencies = [ "anyhow", "async-trait", @@ -2572,9 +2572,9 @@ dependencies = [ [[package]] name = "shuttle-service" -version = "0.29.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7574c6e64e89e8f3a44445db51fa28f439a42380bab58ea2b4a3d1fd822a3e7" +checksum = "63f9f1fe4eae29feefce7c3775a10e0a7d0f62dc799741cc667b8e19306aedb5" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0adbf705..07e22596 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,8 +41,8 @@ humantime-serde = "1.1.1" glob = "0.3.1" ring = "0.17.5" hotwatch = "0.5.0" -shuttle-actix-web = { version = "0.29.0", optional = true } -shuttle-runtime = { version = "0.29.0", optional = true } +shuttle-actix-web = { version = "0.30.1", optional = true } +shuttle-runtime = { version = "0.30.1", optional = true } tokio = { version = "1.33.0", optional = true } tracing = "0.1.40" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }