diff --git a/shared-context/Cargo.lock b/shared-context/Cargo.lock index 11aaabc6..39e35c8d 100644 --- a/shared-context/Cargo.lock +++ b/shared-context/Cargo.lock @@ -1054,9 +1054,9 @@ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "uuid" -version = "1.23.1" +version = "1.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" +checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/shared-context/Cargo.toml b/shared-context/Cargo.toml index 4ae89ea3..d235b64f 100644 --- a/shared-context/Cargo.toml +++ b/shared-context/Cargo.toml @@ -20,7 +20,7 @@ lexpr = "0.2.7" # S-expression support for .scm files chrono = { version = "0.4.44", features = ["serde"] } # Unique IDs -uuid = { version = "1.23.1", features = ["v4", "serde"] } +uuid = { version = "1.23.2", features = ["v4", "serde"] } # Logging tracing = "0.1.44"