Skip to content

Commit

Permalink
Merge pull request #48 from moia-oss/bump-rust-and-deps
Browse files Browse the repository at this point in the history
update rust and deps
  • Loading branch information
jankeu authored Dec 4, 2023
2 parents f486376 + a89a7e3 commit e374332
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ version = "0.9.1"
license = "MIT OR Apache-2.0"

[dependencies]
chrono = "0.4.23"
chrono = "0.4.31"
derive_more = "0.99.17"
lazy_static = "1.4.0"
regex = "1.7.1"
serde = { version = "1.0.152", features = ["derive"], default-features = false }
regex = "1.10.2"
serde = { version = "1.0.193", features = ["derive"], default-features = false }
thiserror = "1.0.50"

[dev-dependencies]
serde_test = "1.0.152"
serde_json = "1.0.91"
serde_test = "1.0.176"
serde_json = "1.0.108"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RUST_NIGHTLY_VERSION := $(shell cat rust-toolchain-nightly)
GRCOV_VERSION := 0.8.13
GRCOV_VERSION := 0.8.19

install-nightly:
rustup toolchain install $(RUST_NIGHTLY_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.68.0
1.74.0
2 changes: 1 addition & 1 deletion rust-toolchain-nightly
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2023-03-10
nightly-2023-11-19

0 comments on commit e374332

Please sign in to comment.