Skip to content

Commit

Permalink
Merge pull request #500 from PyO3/dependabot/cargo/examples/hello-wor…
Browse files Browse the repository at this point in the history
…ld/deps-9a85d5c6ba

build(deps): bump the deps group across 5 directories with 1 update
  • Loading branch information
davidhewitt authored Dec 4, 2024
2 parents 6205c0c + 4a07b07 commit 94bdbf7
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 55 deletions.
20 changes: 10 additions & 10 deletions examples/hello-world-setuppy/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 examples/hello-world-setuppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
pyo3 = "0.22.5"
pyo3 = "0.23.3"

[lib]
# See https://github.com/PyO3/pyo3 for details
Expand Down
20 changes: 10 additions & 10 deletions examples/hello-world/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 examples/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pyo3 = "0.22.5"
pyo3 = "0.23.3"

[profile.release-lto]
inherits = "release"
Expand Down
20 changes: 10 additions & 10 deletions examples/html-py-ever/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 examples/html-py-ever/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
kuchiki = "0.8.0"
pyo3 = "0.22.5"
pyo3 = "0.23.3"
tendril = "0.4.3"

[lib]
Expand Down
20 changes: 10 additions & 10 deletions examples/namespace_package/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 examples/namespace_package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ path = "rust/lib.rs" # When omitted, the value of "src/lib.rs" is assumed
# path = "src/lib.rs"

[dependencies]
pyo3 = "0.22.5"
pyo3 = "0.23.3"
20 changes: 10 additions & 10 deletions examples/rust_with_cffi/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 examples/rust_with_cffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Alex Gaynor <[email protected]>"]
edition = "2021"

[dependencies]
pyo3 = "0.22.5"
pyo3 = "0.23.3"

[lib]
name = "rust_with_cffi"
Expand Down

0 comments on commit 94bdbf7

Please sign in to comment.