Skip to content

Commit

Permalink
Merge pull request rust-cli#88 from daniestevez/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
deg4uss3r committed Jan 11, 2024
2 parents d5abd6c + 6d03bde commit 87e29ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ edition = "2021"

[dependencies]
ron = { version = "0.8.0", optional = true }
directories = "4.0"
directories = "5"
serde = "^1.0"
serde_yaml = { version = "0.8", optional = true }
serde_yaml = { version = "0.9", optional = true }
thiserror = "1.0"
toml = { version = "^0.5", optional = true }
toml = { version = "0.8", optional = true }

[features]
default = ["toml_conf"]
Expand Down

0 comments on commit 87e29ce

Please sign in to comment.