Skip to content

Commit

Permalink
Update dependencies versions (#18)
Browse files Browse the repository at this point in the history
* Update versions for anyhow, regex, and webbrowser

* Increase rust version to 1.75
  • Loading branch information
oren0e authored Mar 29, 2024
1 parent 3ed0ef2 commit 0bd455b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitopen"
version = "1.4.0"
version = "1.4.1"
authors = ["Oren Epshtain"]
edition = "2018"
license-file = "LICENSE"
Expand All @@ -18,9 +18,9 @@ exclude = [".github/*", ".gitignore"]


[dependencies]
webbrowser = "0.8.7"
anyhow = "1.0.69"
regex = "1.7.1"
webbrowser = "0.8.13"
anyhow = "1.0.70"
regex = "1.10.3"
clap = "2.33.3"

[profile.dev]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
profile = "default"
channel = "1.67.1"
channel = "1.75.0"

0 comments on commit 0bd455b

Please sign in to comment.