Skip to content

Commit

Permalink
Remove minor version lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegovsky committed Nov 2, 2023
1 parent 69c361a commit ee0c7d2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ version = "3.0.1"
features = ["rt-async-io-crypto-rust"]

[dependencies]
gdk-pixbuf = "^0.17.0"
ref_filter_map = "^1.0.1"
regex = "^1.8.3"
async-std = "^1.12.0"
form_urlencoded = "^1.0.1"
zbus = "^3.13"
zvariant = "^3.14"
thiserror = "^1.0.40"
lazy_static = "^1.4.0"
gdk-pixbuf = "0.17.0"
ref_filter_map = "1.0.1"
regex = "1.8.3"
async-std = "1.12.0"
form_urlencoded = "1.0.1"
zbus = "3.13"
zvariant = "3.14"
thiserror = "1.0.40"
lazy_static = "1.4.0"
log = "0.4.17"
env_logger = "0.10.0"
percent-encoding = "2.2.0"

0 comments on commit ee0c7d2

Please sign in to comment.