Skip to content

Commit 47aeb1a

Browse files
chore(deps): bump open from 5.3.2 to 5.3.3
Bumps [open](https://github.com/Byron/open-rs) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md) - [Commits](Byron/open-rs@v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: open dependency-version: 5.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fcf4486 commit 47aeb1a

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ regex = "1.12"
4242
async-trait = "0.1"
4343

4444
# System integration
45-
open = "5.0"
45+
open = "5.3"
4646
clipboard = "0.5"
4747

4848
# UI

crates/rustirc-gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anyhow = { workspace = true }
1515
thiserror = { workspace = true }
1616
regex = { workspace = true }
1717
async-trait = "0.1"
18-
open = "5.0"
18+
open = "5.3"
1919
chrono = { version = "0.4", features = ["serde"] }
2020

2121
rustirc-core = { path = "../rustirc-core" }

0 commit comments

Comments
 (0)