Skip to content

Commit 2cb4052

Browse files
Bump the cargo group with 3 updates
Bumps the cargo group with 3 updates: [uuid](https://github.com/uuid-rs/uuid), [wasm-bindgen-test](https://github.com/wasm-bindgen/wasm-bindgen) and [proptest](https://github.com/proptest-rs/proptest). Updates `uuid` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.22.0...v1.23.0) Updates `wasm-bindgen-test` from 0.3.64 to 0.3.65 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) Updates `proptest` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: wasm-bindgen-test dependency-version: 0.3.65 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: proptest dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 011f1b3 commit 2cb4052

2 files changed

Lines changed: 28 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 26 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ strum = "0.28"
7676
strum_macros = "0.28"
7777
tokio = { version = "1", features = ["macros", "sync", "rt"] }
7878
thiserror = "2.0"
79-
uuid = { version = "^1.22.0", features = ["serde", "v4"] }
79+
uuid = { version = "^1.23.0", features = ["serde", "v4"] }
8080
url = { version = "2", optional = true }
8181

8282
## wasm-only dependencies.
@@ -128,5 +128,5 @@ wasm-bindgen-test = "0.3"
128128
## non-wasm dev-dependencies
129129
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
130130
# proptest has a number of non-WASM-compatible requirements
131-
proptest = "^1.10.0"
131+
proptest = "^1.11.0"
132132
httptest = "0.16.4"

0 commit comments

Comments
 (0)