Skip to content

Commit

Permalink
chore(update): update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
saying121 committed Jul 13, 2024
1 parent ec91dba commit 8d2d9b7
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
76 changes: 38 additions & 38 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 @@ -39,7 +39,7 @@ serde_json = { version = "^1", default-features = false }

strum = { version = "^0.26" }

decrypt-cookies = { path = "./crates/decrypt-cookies", version = "^0.5" }
decrypt-cookies = { path = "./crates/decrypt-cookies", version = "^0.6" }

[workspace.lints.rust]
temporary_cstring_as_ptr = "deny"
Expand Down
2 changes: 1 addition & 1 deletion crates/decrypt-cookies/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "decrypt-cookies"
version = "0.5.3"
version = "0.6.0"
description = "A decrypt browser crate"
license = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/tidy-browser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tidy-browser"
version = "0.1.0"
version = "0.1.1"
description = "Tidy up browser information."
license = { workspace = true }
edition = { workspace = true }
Expand Down

0 comments on commit 8d2d9b7

Please sign in to comment.