Skip to content

Commit

Permalink
Update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
omallassi committed Apr 17, 2024
1 parent e657a55 commit 0c3eeff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions adr_config_local_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ edition = "2018"
confy = "0.5.1" #{ git = "https://github.com/rust-cli/confy", rev = "5a58388fa9b8bcd790a62c2a9db5abdcbe9fb467"}
serde_json = "1.0.107"
serde_yaml = "0.9.25"
serde = "1.0.189"
serde_derive = "1.0.189"
serde = "1.0.198"
serde_derive = "1.0.198"
slog = "2.7.0"
slog-term = "2.9.0"
slog-term = "2.9.1"
slog-async = "2.8.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion adr_core_local_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
slog = "2.7.0"
slog-term = "2.9.0"
slog-term = "2.9.1"
slog-async = "2.8.0"
lazy_static = "1.4.0"
regex = "1.10.2"
Expand Down
8 changes: 4 additions & 4 deletions adr_search_local_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ authors = ["MALLASSI Olivier <Olivier.MALLASSI@murex.com>"]
edition = "2018"

[dependencies]
tantivy = "0.20.2"
tantivy = "0.21.1"
slog = "2.7.0"
slog-term = "2.9.0"
slog-term = "2.9.1"
slog-async = "2.8.0"
serde_json = "1.0.107"
serde = "1.0.189"
serde_derive = "1.0.189"
serde = "1.0.198"
serde_derive = "1.0.198"
chrono="0.4.31"

adr_config = { path = "../adr_config_local_impl" }
Expand Down

0 comments on commit 0c3eeff

Please sign in to comment.