Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rust-for-web[bot] authored Dec 29, 2024
1 parent 675db47 commit d85914b
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 42 deletions.
38 changes: 19 additions & 19 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 @@ -7,7 +7,7 @@ authors = ["Rust For Web <info@rustforweb.org>"]
edition = "2021"
license = "MIT"
repository = "https://github.com/RustForWeb/shield"
version = "0.0.2"
version = "0.0.3"

[workspace.dependencies]
actix-files = "0.6.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/shield-actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ version.workspace = true
actix-session.workspace = true
actix-utils.workspace = true
actix-web.workspace = true
shield = { path = "../../core/shield", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
4 changes: 2 additions & 2 deletions packages/integrations/shield-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ async-trait.workspace = true
axum.workspace = true
serde.workspace = true
serde_json.workspace = true
shield = { path = "../../core/shield", version = "0.0.2" }
shield-tower = { path = "../shield-tower", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
shield-tower = { path = "../shield-tower", version = "0.0.3" }
6 changes: 3 additions & 3 deletions packages/integrations/shield-leptos-actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ version.workspace = true
async-trait.workspace = true
leptos.workspace = true
leptos_actix.workspace = true
shield = { path = "../../core/shield", version = "0.0.2" }
shield-actix = { path = "../../integrations/shield-actix", version = "0.0.2" }
shield-leptos = { path = "../../integrations/shield-leptos", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
shield-actix = { path = "../../integrations/shield-actix", version = "0.0.3" }
shield-leptos = { path = "../../integrations/shield-leptos", version = "0.0.3" }
6 changes: 3 additions & 3 deletions packages/integrations/shield-leptos-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ version.workspace = true
async-trait.workspace = true
leptos.workspace = true
leptos_axum.workspace = true
shield = { path = "../../core/shield", version = "0.0.2" }
shield-axum = { path = "../../integrations/shield-axum", version = "0.0.2" }
shield-leptos = { path = "../../integrations/shield-leptos", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
shield-axum = { path = "../../integrations/shield-axum", version = "0.0.3" }
shield-leptos = { path = "../../integrations/shield-leptos", version = "0.0.3" }
2 changes: 1 addition & 1 deletion packages/integrations/shield-leptos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ version.workspace = true
async-trait.workspace = true
leptos.workspace = true
serde.workspace = true
shield = { path = "../../core/shield", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
2 changes: 1 addition & 1 deletion packages/integrations/shield-tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version.workspace = true
[dependencies]
async-trait.workspace = true
http.workspace = true
shield = { path = "../../core/shield", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
tower-layer.workspace = true
tower-service.workspace = true
tower-sessions.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/shield-credentials/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
version.workspace = true

[dependencies]
shield = { path = "../../core/shield", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
2 changes: 1 addition & 1 deletion packages/providers/shield-email/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
version.workspace = true

[dependencies]
shield = { path = "../../core/shield", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
2 changes: 1 addition & 1 deletion packages/providers/shield-oauth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version.workspace = true
[dependencies]
async-trait.workspace = true
oauth2 = "4.4.2"
shield = { path = "../../core/shield", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
2 changes: 1 addition & 1 deletion packages/providers/shield-oidc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ bon.workspace = true
chrono.workspace = true
oauth2 = { version = "4.4.2", features = ["pkce-plain"] }
openidconnect = "3.5.0"
shield = { path = "../../core/shield", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
tracing.workspace = true
2 changes: 1 addition & 1 deletion packages/providers/shield-webauthn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
version.workspace = true

[dependencies]
shield = { path = "../../core/shield", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
2 changes: 1 addition & 1 deletion packages/storage/shield-diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
version.workspace = true

[dependencies]
shield = { path = "../../core/shield", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
4 changes: 2 additions & 2 deletions packages/storage/shield-memory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ version.workspace = true
[dependencies]
async-trait.workspace = true
serde.workspace = true
shield = { path = "../../core/shield", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
# shield-credentials = { path = "../../providers/shield-credentials", version = "0.0.2", optional = true }
# shield-email = { path = "../../providers/shield-email", version = "0.0.2", optional = true }
# shield-oauth = { path = "../../providers/shield-oauth", version = "0.0.2", optional = true }
shield-oidc = { path = "../../providers/shield-oidc", version = "0.0.2", optional = true }
shield-oidc = { path = "../../providers/shield-oidc", version = "0.0.3", optional = true }
# shield-webauthn = { path = "../../providers/shield-webauthn", version = "0.0.2", optional = true }
uuid = { workspace = true, features = ["v4"] }

Expand Down
4 changes: 2 additions & 2 deletions packages/storage/shield-sea-orm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ sea-orm.workspace = true
sea-orm-migration.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
shield = { path = "../../core/shield", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }
# shield-credentials = { path = "../../providers/shield-credentials", version = "0.0.2", optional = true }
# shield-email = { path = "../../providers/shield-email", version = "0.0.2", optional = true }
# shield-oauth = { path = "../../providers/shield-oauth", version = "0.0.2", optional = true }
shield-oidc = { path = "../../providers/shield-oidc", version = "0.0.2", optional = true }
shield-oidc = { path = "../../providers/shield-oidc", version = "0.0.3", optional = true }
# shield-webauthn = { path = "../../providers/shield-webauthn", version = "0.0.2", optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/shield-sqlx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
version.workspace = true

[dependencies]
shield = { path = "../../core/shield", version = "0.0.2" }
shield = { path = "../../core/shield", version = "0.0.3" }

0 comments on commit d85914b

Please sign in to comment.