Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
larsnaesbye committed May 5, 2024
1 parent d446eaf commit bf7412e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = "0.1.0"
authors = ["Lars Næsbye Christensen <[email protected]>"]
edition = "2021"
description = "Converts SBF to RINEX"
rust-version = "1.75.0"
rust-version = "1.78"
categories = ["science::geo", "parsing"]

[dependencies]
bstr = "1.9"
clap = { version = "4.4", features = [] }
nom = "7.1"
rinex = "0.15"
thiserror = "1.0"
bstr = "1.9.1"
clap = { version = "4.5.4", features = [] }
nom = "7.1.3"
rinex = "0.16.1"
thiserror = "1.0.59"

0 comments on commit bf7412e

Please sign in to comment.