Skip to content

Commit

Permalink
Update sp3 requirement from 0.0.8 to 1.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [sp3](https://github.com/gwbres/sp3) to permit the latest version.
- [Release notes](https://github.com/gwbres/sp3/releases)
- [Commits](https://github.com/gwbres/sp3/commits/v1.0.0)

---
updated-dependencies:
- dependency-name: sp3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent be46c01 commit ff5544a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rinex-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pretty_env_logger = "0.5"
clap = { version = "4", features = ["derive", "color"] }
rand = "0.8"
serde_json = "1"
sp3 = "0.0.8"
sp3 = "1.0.0"
rinex = { path = "../rinex", features = ["serde", "flate2", "sbas", "obs", "nav", "qc", "processing"] }
thiserror = "1"
itertools = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion rinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ flate2 = { version = "1.0.24", optional = true, default-features = false, featur
hifitime = { version = "3.8", features = ["serde", "std"] }
horrorshow = { version = "0.8", optional = true }
statrs = { version = "0.16", optional = true }
sp3 = { version = "0.0.8", optional = true, features = ["serde", "flate2"] }
sp3 = { version = "1.0.0", optional = true, features = ["serde", "flate2"] }

[dev-dependencies]
serde_json = "1"
Expand Down

0 comments on commit ff5544a

Please sign in to comment.