From 9b2057985de9f558f75a92139b6908f9651f11ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:14:48 +0000 Subject: [PATCH] Bump bevy_replicon from 0.9.1 to 0.11.0 Bumps [bevy_replicon](https://github.com/lifescape-game/bevy_replicon) from 0.9.1 to 0.11.0. - [Release notes](https://github.com/lifescape-game/bevy_replicon/releases) - [Changelog](https://github.com/lifescapegame/bevy_replicon/blob/master/CHANGELOG.md) - [Commits](https://github.com/lifescape-game/bevy_replicon/compare/v0.9.1...v0.11.0) --- updated-dependencies: - dependency-name: bevy_replicon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ce4caf8..bd4ccb99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -863,9 +863,9 @@ dependencies = [ [[package]] name = "bevy_replicon" -version = "0.9.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e99bae5b6388345a3e98891c2aa343b18b8a2fd66bff0a430883993cc20f703" +checksum = "dc6c23dfe0dc8298a65e971c9def0172c19b2f0794c18e76f3a1bafbfe09fe8c" dependencies = [ "bevy", "bevy_renet", diff --git a/Cargo.toml b/Cargo.toml index c8da9875..926c6cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ bevy = { version = "0.11", default-features = false, features = [ "x11", ] } bevy_atmosphere = "0.7" -bevy_replicon = "0.9" +bevy_replicon = "0.11" bevy_rapier3d = "0.22" bevy_mod_outline = "0.5" bevy_polyline = "0.7"