Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
68163005
Unverified
Commit
68163005
authored
2 years ago
by
Erik Johnston
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Make Dependabot only bump Rust deps in the lock file (#14434)
This is to help downstream packagers.
parent
2cc59258
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/dependabot.yml
+1
-0
1 addition, 0 deletions
.github/dependabot.yml
changelog.d/14434.misc
+1
-0
1 addition, 0 deletions
changelog.d/14434.misc
rust/Cargo.toml
+6
-6
6 additions, 6 deletions
rust/Cargo.toml
with
8 additions
and
6 deletions
.github/dependabot.yml
+
1
−
0
View file @
68163005
...
...
@@ -18,5 +18,6 @@ updates:
-
package-ecosystem
:
"
cargo"
directory
:
"
/"
versioning-strategy
:
"
lockfile-only"
schedule
:
interval
:
"
weekly"
This diff is collapsed.
Click to expand it.
changelog.d/14434.misc
0 → 100644
+
1
−
0
View file @
68163005
Make Dependabot only bump Rust deps in the lock file.
This diff is collapsed.
Click to expand it.
rust/Cargo.toml
+
6
−
6
View file @
68163005
...
...
@@ -20,16 +20,16 @@ crate-type = ["lib", "cdylib"]
name
=
"synapse.synapse_rust"
[dependencies]
anyhow
=
"1.0.6
6
"
anyhow
=
"1.0.6
3
"
lazy_static
=
"1.4.0"
log
=
"0.4.17"
pyo3
=
{
version
=
"0.17.
3
"
,
features
=
[
"extension-module"
,
"macros"
,
"anyhow"
,
"abi3"
,
"abi3-py37"
]
}
pyo3
=
{
version
=
"0.17.
1
"
,
features
=
[
"extension-module"
,
"macros"
,
"anyhow"
,
"abi3"
,
"abi3-py37"
]
}
pyo3-log
=
"0.7.0"
pythonize
=
"0.17.0"
regex
=
"1.
7
.0"
serde
=
{
version
=
"1.0.14
7
"
,
features
=
[
"derive"
]
}
serde_json
=
"1.0.8
7
"
regex
=
"1.
6
.0"
serde
=
{
version
=
"1.0.14
4
"
,
features
=
[
"derive"
]
}
serde_json
=
"1.0.8
5
"
[build-dependencies]
blake2
=
"0.10.
5
"
blake2
=
"0.10.
4
"
hex
=
"0.4.3"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment