mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Bump uuid from 1.3.0 to 1.3.2 (#3252)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.0 to 1.3.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.3.0...1.3.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
dbe671e8c4
commit
d172fe6f72
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2961,9 +2961,9 @@ checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
|
||||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "1.3.0"
|
||||
version = "1.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
|
||||
checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
@ -16,7 +16,7 @@ required-features = ["ssr"]
|
||||
yew = { path = "../../packages/yew" }
|
||||
reqwest = { version = "0.11.16", features = ["json"] }
|
||||
serde = { version = "1.0.159", features = ["derive"] }
|
||||
uuid = { version = "1.0.0", features = ["serde"] }
|
||||
uuid = { version = "1.3.2", features = ["serde"] }
|
||||
futures = "0.3"
|
||||
bytes = "1.0"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user