Skip to content

Commit

Permalink
chore: new open version + add cargo outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Aug 28, 2024
1 parent 6e62bff commit 46ea92d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 69 deletions.
97 changes: 30 additions & 67 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tokio-rusqlite = "0.5.1"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
warp = "0.3.7"
open = "3.2.0"
open = "5.3.0"
async-trait = "0.1.80"
futures = "0.3.30"
tokio-postgres = "0.7.10"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
crane = {
Expand Down Expand Up @@ -88,6 +87,7 @@
pkgs.cargo-dist
pkgs.cargo-watch
pkgs.rust-analyzer
pkgs.cargo-outdated
rustToolchain

pkgs.nodejs
Expand Down

0 comments on commit 46ea92d

Please sign in to comment.