Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
idugalic committed Feb 15, 2024
2 parents 1c29639 + 8ae0469 commit bbe537e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ description = "Accelerate development of compositional, safe, and ergonomic appl
license = "Apache-2.0"

[dependencies]
serde = {version = "1.0.193", features = ["derive"]}
serde = {version = "1.0.196", features = ["derive"]}


[dev-dependencies]
derive_more = "0.99.17"
tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.36.0", features = ["rt", "rt-multi-thread", "macros"] }

0 comments on commit bbe537e

Please sign in to comment.