diff options
| author | mat <git@matdoes.dev> | 2023-12-05 11:06:24 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-05 11:06:24 -0600 |
| commit | ab5f6d598d4dfac6d30303600f550e9265455ca5 (patch) | |
| tree | 4bf0328595eee218f0d43b2cdbabc68103d08ae7 /azalea-core | |
| parent | 53d7c1aa9712193a7f18dff813a02b2ddf7a0566 (diff) | |
| download | azalea-drasl-ab5f6d598d4dfac6d30303600f550e9265455ca5.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-core')
| -rw-r--r-- | azalea-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 6d7f190f..ad8d424e 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -17,7 +17,7 @@ bevy_ecs = { version = "0.12.1", default-features = false, optional = true } nohash-hasher = "0.2.0" num-traits = "0.2.17" serde = { version = "^1.0", optional = true } -uuid = "^1.5.0" +uuid = "^1.6.1" serde_json = "^1.0.108" tracing = "0.1.40" |
