Skip to content

Commit

Permalink
chore: unify dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Jun 21, 2024
1 parent 30c1670 commit c5e2cac
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 145 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
paths-ignore:
- 'LICENSE'
- '*.md'
- '*.json'
pull_request:
branches: [ main ]
paths-ignore:
- 'LICENSE'
- '*.md'
- '*.json'

env:
CARGO_TERM_COLOR: always
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ rustls-native-certs = "0.7"
serde = "1"
serde_derive = "1"
serde_json = "1"
thiserror = "1.0.61"
thiserror = "1"

[dev-dependencies]
ansi_term = "0.12.1"
docopt = "1.1.1"
env_logger = "0.11.3"
mdns-sd = "0.11.0"
ansi_term = "0.12"
docopt = "1"
env_logger = "0.11"
mdns-sd = "0.11"

[build-dependencies]
protobuf-codegen = "=3.4.0"
Expand Down
Loading

0 comments on commit c5e2cac

Please sign in to comment.